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 sih4sing5hong5
Recipients ezio.melotti, rbcollins, sih4sing5hong5, vstinner
Date 2015-06-23.03:50:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435031451.77.0.239152930978.issue24263@psf.upfronthosting.co.za>
In-reply-to
Content
Because VALID_MODULE_NAME is r'[_a-z]\w*\.py$' in unittest/loader.py.

Using r'[^\W\d]\w*\.py$' insteaded.
History
Date User Action Args
2015-06-23 03:50:51sih4sing5hong5setrecipients: + sih4sing5hong5, vstinner, rbcollins, ezio.melotti
2015-06-23 03:50:51sih4sing5hong5setmessageid: <1435031451.77.0.239152930978.issue24263@psf.upfronthosting.co.za>
2015-06-23 03:50:51sih4sing5hong5linkissue24263 messages
2015-06-23 03:50:51sih4sing5hong5create