diff options
Diffstat (limited to 'Misc/NEWS')
-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. |