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 louielu
Recipients ezio.melotti, louielu, mdk, michael.foord, rbcollins, serhiy.storchaka, vstinner
Date 2017-06-16.03:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497584971.39.0.203703220963.issue30523@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy and Victor suggest moving this option to regrtest. open a new PR 2238 addressed this.

Also, because moving into regrtest, some test that used `requires` will need to pass option when using it. e.g.:

  $ ./python -m test test.test_curses --list-cases -ucurses

otherwise, it will just passout and do nothing (maybe it should warn user?)
History
Date User Action Args
2017-06-16 03:49:31louielusetrecipients: + louielu, vstinner, rbcollins, ezio.melotti, michael.foord, serhiy.storchaka, mdk
2017-06-16 03:49:31louielusetmessageid: <1497584971.39.0.203703220963.issue30523@psf.upfronthosting.co.za>
2017-06-16 03:49:31louielulinkissue30523 messages
2017-06-16 03:49:31louielucreate