[issue27669] Bug in re.fullmatch() specific to Windows XP

Matthew Barnett report at bugs.python.org
Tue Aug 2 18:02:32 EDT 2016


Matthew Barnett added the comment:

FTR, I can't reproduce it. This is what I get on Windows XP (32-bit):

Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.fullmatch('abc$', 'abc')
<_sre.SRE_Match object; span=(0, 3), match='abc'>
>>>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27669>
_______________________________________


More information about the Python-bugs-list mailing list