This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, serhiy.storchaka, skrah, vstinner, xdegaye, yan12125
Date 2018-07-11.10:18:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531304333.41.0.56676864532.issue29442@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 ;-)
History
Date User Action Args
2018-07-11 10:18:53vstinnersetrecipients: + vstinner, brett.cannon, skrah, xdegaye, serhiy.storchaka, yan12125
2018-07-11 10:18:53vstinnersetmessageid: <1531304333.41.0.56676864532.issue29442@psf.upfronthosting.co.za>
2018-07-11 10:18:53vstinnerlinkissue29442 messages
2018-07-11 10:18:53vstinnercreate