]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug #233253: the --define and --undef options didn't work, whether
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 17 Mar 2001 20:15:41 +0000 (20:15 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 17 Mar 2001 20:15:41 +0000 (20:15 +0000)
commit7620bbdcbf92eab9c99fc08bbf8e9daaf677e410
tree06edb11094f3302540600e4c872c9380091d7209
parent898f099dc61c3efbaa28cc727f5dbfd773d38444
Fix bug #233253: the --define and --undef options didn't work, whether
   specified on the command-line or in setup.cfg.  The option processing
   leaves them as strings, but they're supposed to be lists.
Lib/distutils/command/build_ext.py