Hi,
I've cloned GitHub repo and started working on it. First, I'm rewriting
Compiler/CmdLine.py to use the optparse/argparse module. Then I'll try to
address the Bugzilla ticket mentioned in the source file.
Question: optparse has been deprecated since 2.7 (which adopts optparse
module). So, w
> Then I'll try to address the Bugzilla ticket mentioned in the source file.
Well, I meant Trac ticket.
--SKS
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
Stefano, 07.08.2011 14:06:
I've cloned GitHub repo and started working on it.
Will you put it up somewhere on github?
First, I'm rewriting
Compiler/CmdLine.py to use the optparse/argparse module.
That would help in keeping the command line help messages up to date with
the actually suppor
Sunday 7th August 2011 16:21:06, Stefan Behnel wrote:
> Will you put it up somewhere on github?
Here's my branch for command line refactoring. There's still nothing
interesting on, but changes will be pushed soon.
https://github.com/satufk/cython/tree/_commandline
> I'm also not sure how well t