A RetroSearch Logo

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

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2003-February/033707.html below:

[Python-Dev] Code Generation Idea Was: Bytecode idea

[Python-Dev] Code Generation Idea Was: Bytecode idea [Python-Dev] Code Generation Idea Was: Bytecode ideaGuido van Rossum guido@python.org
Wed, 26 Feb 2003 10:01:45 -0500
> None is moving slowly toward becoming a true constant.  Perhaps the same
> should be true of True and False.

Problem with this is that there's currently lots of code out there
that was recently modified to read

  try:
    True
  except NameError:
    True = 1
    False = 0

That would become a syntax error if True/False were true constants. :-(

--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