diff options
author | Guido van Rossum <guido@python.org> | 2002-12-23 16:51:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-12-23 16:51:42 (GMT) |
commit | 633d90c7a332619e7d9bdceb9b00e34dc6702223 (patch) | |
tree | 1aea3b76006e1a4feb04da72b16f134738c6878b /Misc/NEWS | |
parent | cae330e44951bdcb7153e306cf95818c5eb07633 (diff) | |
download | cpython-633d90c7a332619e7d9bdceb9b00e34dc6702223.zip cpython-633d90c7a332619e7d9bdceb9b00e34dc6702223.tar.gz cpython-633d90c7a332619e7d9bdceb9b00e34dc6702223.tar.bz2 |
Oops. Roll back that last change. It wasn't ready for release. :-(
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -84,10 +84,6 @@ Type/class unification and new-style classes Core and builtins ----------------- -- Assignment to None has long been frowned upon. Now there's a - warning message when you do this. It also warns against assignment - to True or False. - - A frame object's f_lineno attribute can now be written to from a trace function to change which line will execute next. A command to exploit this from pdb has been added. [SF patch #643835] |