]> granicus.if.org Git - python/commit
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
authorBrett Cannon <bcannon@gmail.com>
Tue, 7 Dec 2004 03:25:18 +0000 (03:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 7 Dec 2004 03:25:18 +0000 (03:25 +0000)
commit84667c063a1e93a985134f7cef376edf82941c02
tree04ea49ba40272d175f7ae7dd5a3253d00887d3b3
parent516592f4ff13ee39ebd115088c7429631328e2db
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).
Lib/optparse.py
Misc/NEWS
setup.py