summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-06 10:58:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-06-06 10:58:36 (GMT)
commit446a25fa3ca845315259f0f491e8e3a239ff2a65 (patch)
tree3d8cea0ecdb486c6006d369fc03b587b3a38d0c6 /Misc
parentcdbc131f0370f6e3712d4167ba987d5e6b7f2802 (diff)
downloadcpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.zip
cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.tar.gz
cpython-446a25fa3ca845315259f0f491e8e3a239ff2a65.tar.bz2
Patch 473512: add GNU style scanning as gnu_getopt.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 86af693..a19f796 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -20,6 +20,7 @@ Oliver Andrich
Ross Andrus
Jason Asbahr
David Ascher
+Peter Åstrand
John Aycock
Donovan Baarda
Alfonso Baciero
diff --git a/Misc/NEWS b/Misc/NEWS
index ce2b09a..2d71067 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,