[issue29442] Replace optparse with argparse in setup.py

STINNER Victor report at bugs.python.org
Wed Jul 11 06:18:53 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> bpo-29442: Replace optparse with argparse in setup.py (GH-139)

I'm surprised that it works, but I tested manually and I confirm that it works :-)

$ git clean -fdx
$ ./configure --with-pydebug
$ make
$ ./python -c "import select"

No compilation error ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29442>
_______________________________________


More information about the Python-bugs-list mailing list