summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-12-07 03:25:18 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-12-07 03:25:18 (GMT)
commit84667c063a1e93a985134f7cef376edf82941c02 (patch)
tree04ea49ba40272d175f7ae7dd5a3253d00887d3b3 /Misc
parent516592f4ff13ee39ebd115088c7429631328e2db (diff)
downloadcpython-84667c063a1e93a985134f7cef376edf82941c02.zip
cpython-84667c063a1e93a985134f7cef376edf82941c02.tar.gz
cpython-84667c063a1e93a985134f7cef376edf82941c02.tar.bz2
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
instead of getopt. Required making use of gettext._ as optional (optparse changed OK'ed by Greg Ward in private email).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 380bf9a..ffeb29b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Extension Modules
Library
-------
+- optparse now optionally imports gettext. This allows its use in setup.py.
+
- the deprecated tzparse module was removed.
- the pickle module no longer uses the deprecated bin parameter.