diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-12-07 03:25:18 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-12-07 03:25:18 (GMT) |
commit | 84667c063a1e93a985134f7cef376edf82941c02 (patch) | |
tree | 04ea49ba40272d175f7ae7dd5a3253d00887d3b3 /Misc | |
parent | 516592f4ff13ee39ebd115088c7429631328e2db (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |