A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2002-March/020755.html below:

[Python-Dev] For review: PEP 285: Adding a bool type

[Python-Dev] For review: PEP 285: Adding a bool type [Python-Dev] For review: PEP 285: Adding a bool typeGuido van Rossum guido@python.org
Fri, 08 Mar 2002 10:57:22 -0500
> Do you propose to change the type of "x == y" et. al. from int --> bool?
> Sounds good to me.

Yes.

> In general, I can change my doctests to use assert rather than looking
> for 1 or 0.

Hm, assert is the wrong thing though, since it's optimized away in -O
mode.  You may have to create your own function "check(x)" that does
nothing on true but raises an exception on false, or prints "Yes" or
"No", or something like that.

--Guido van Rossum (home page: http://www.python.org/~guido/)



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4