diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-06-06 10:58:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-06-06 10:58:36 (GMT) |
commit | 446a25fa3ca845315259f0f491e8e3a239ff2a65 (patch) | |
tree | 3d8cea0ecdb486c6006d369fc03b587b3a38d0c6 /Misc/NEWS | |
parent | cdbc131f0370f6e3712d4167ba987d5e6b7f2802 (diff) | |
download | cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.zip cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.tar.gz cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.tar.bz2 |
Patch 473512: add GNU style scanning as gnu_getopt.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -130,6 +130,8 @@ Extension modules Library +- getopt.gnu_getopt was added. + - Stop using strings for exceptions. String objects used for exceptions are now classes deriving from Exception. The objects changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error, |