diff options
author | Guido van Rossum <guido@python.org> | 2001-04-12 02:31:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-12 02:31:27 (GMT) |
commit | c993272786cd35942b335a26874653d6dc2e9a23 (patch) | |
tree | 3b4a1e23fa6f06d9b0dcc0af5260208c62e1ddad /Misc | |
parent | 711088d9b8c6898aad571fb251cb40a8b7d42f64 (diff) | |
download | cpython-c993272786cd35942b335a26874653d6dc2e9a23.zip cpython-c993272786cd35942b335a26874653d6dc2e9a23.tar.gz cpython-c993272786cd35942b335a26874653d6dc2e9a23.tar.bz2 |
Note that __debug__ assignments are legal again.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ What's New in Python 2.1 final? with pdb, in either the shell window or the *Python* window, the source file and line will be tracked by an arrow. +- After a public outcry, assignment to __debug__ is no longer illegal; + instead, a warning is issued. It will become illegal in 2.2. + - New port: SCO Unixware 7, by Billy G. Allie. - Updated the RISCOS port. |