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 ezio.melotti
Recipients Arfrever, docs@python, ezio.melotti, gvanrossum, mrabarnett, pitrou, tchrist, terry.reedy, vstinner
Date 2011-09-30.04:05:12
SpamBayes Score 2.7106018e-06
Marked as misclassified No
Message-id <1317355513.26.0.479319861228.issue12731@psf.upfronthosting.co.za>
In-reply-to
Content
The failing re tests after PEP 393 are:
FAIL lib re found non alphanumeric string  'cafe'
FAIL lib re found non alphanumeric string  'Ⓚ'
FAIL lib re found non alphanumeric string  ''
FAIL lib re found non alphanumeric string  ''
FAIL lib re found non alphanumeric string  'connector‿punctuation'
FAIL lib re found non alphanumeric string  'Ὰ_Στο_Διάολο'
FAIL lib re found non alphanumeric string  '𐌰𐍄𐍄𐌰‿𐌿𐌽𐍃𐌰𐍂‿𐌸𐌿‿𐌹𐌽‿𐌷𐌹𐌼𐌹𐌽𐌰𐌼'
FAIL lib re found all alphanumeric string  '¹²³'
FAIL lib re found all alphanumeric string  '₁₂₃'
FAIL lib re found all alphanumeric string  '¼½¾'
FAIL lib re found all alphanumeric string  '⑶'
History
Date User Action Args
2011-09-30 04:05:13ezio.melottisetrecipients: + ezio.melotti, gvanrossum, terry.reedy, pitrou, vstinner, mrabarnett, Arfrever, docs@python, tchrist
2011-09-30 04:05:13ezio.melottisetmessageid: <1317355513.26.0.479319861228.issue12731@psf.upfronthosting.co.za>
2011-09-30 04:05:12ezio.melottilinkissue12731 messages
2011-09-30 04:05:12ezio.melotticreate