Message10402

Author helix84
Recipients helix84, public.marvin, zyasoft
Date 2015-10-29.08:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446109036.86.0.430337395881.issue2392@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for being unclear.

pattern = re.compile(r"^[0-9Xx]{8}$")

2.5.2 without import re: works (!)
2.5.2 with import re: works
2.7.0 without import re: intermittent "ValueError: ('unsupported operand type', 'at')"
2.7.0 with import re: works
History
Date User Action Args
2015-10-29 08:57:16helix84setmessageid: <1446109036.86.0.430337395881.issue2392@psf.upfronthosting.co.za>
2015-10-29 08:57:16helix84setrecipients: + helix84, zyasoft, public.marvin
2015-10-29 08:57:16helix84linkissue2392 messages
2015-10-29 08:57:16helix84create