commit | 7620bbdcbf92eab9c99fc08bbf8e9daaf677e410 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Mar 17 20:15:41 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Mar 17 20:15:41 2001 +0000 |
tree | 06edb11094f3302540600e4c872c9380091d7209 | |
parent | 898f099dc61c3efbaa28cc727f5dbfd773d38444 [diff] |
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.