Message 321431 - Python tracker
Message321431
| 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:53 | vstinner | set | recipients: + vstinner, brett.cannon, skrah, xdegaye, serhiy.storchaka, yan12125 |
| 2018-07-11 10:18:53 | vstinner | set | messageid: <1531304333.41.0.56676864532.issue29442@psf.upfronthosting.co.za> |
| 2018-07-11 10:18:53 | vstinner | link | issue29442 messages |
| 2018-07-11 10:18:53 | vstinner | create | |