support non-bool options and multiple options as compiler comment directives
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Dec 2009 10:55:19 +0000 (11:55 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Dec 2009 10:55:19 +0000 (11:55 +0100)
commit2db8ba020a93a45d2b73e334262f5639e2e5e777
tree278499cbbdb824a10b59690edf8bf718991ccb6a
parent99eac7ae52760e94dd2234c6a4e89dbd8af31420
support non-bool options and multiple options as compiler comment directives
Cython/Compiler/CmdLine.py
Cython/Compiler/Options.py
Cython/Compiler/Parsing.py