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

2016-08-03 Thread Zachary Ware
Zachary Ware added the comment: Use 3.4.4 on Windows XP, it's the latest available (without building it yourself). -- ___ Python tracker ___

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

2016-08-03 Thread Matthew Barnett
Matthew Barnett added the comment: Are you using the same version on the other systems? I've had a quick look through the bug tracker and found some fixes for fullmatch that postdate Python 3.4.0, so I'll suggest you just update to a more recent version of Python 3.4. --

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

2016-08-03 Thread Geoffrey Odhner
Geoffrey Odhner added the comment: I'm puzzled by your inability to reproduce my result, however I have found an error in what I reported to you. On the XP system the version I'm using is NOT 3.4.3, but 3.4.0 (3.4.0:04ff714765c13, Mar 16 2014, 19:24:06) [MSC v1600 32 bit (Intel)], running on

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

2016-08-02 Thread Matthew Barnett
Matthew Barnett added the comment: When I tried it, I got matches for both 'match' and 'fullmatch' (output attached as 'output.txt') as expected. -- Added file: http://bugs.python.org/file43984/output.txt ___ Python tracker

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

2016-08-02 Thread Geoffrey Odhner
y Ware [mailto:rep...@bugs.python.org] > Sent: Tuesday, August 02, 2016 5:21 PM > To: geoff...@odhner.net > Subject: [issue27669] Bug in re.fullmatch() specific to Windows XP > > > Zachary Ware added the comment: > > Since this is not a security issue, 3.4 is in security f

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

2016-08-02 Thread Matthew Barnett
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 >>>

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

2016-08-02 Thread Zachary Ware
Zachary Ware added the comment: Since this is not a security issue, 3.4 is in security fix only mode, and Windows XP is no longer supported in Python 3.5+, this will not be fixed. Thus, I'm closing the issue. However, this is bizarre :). There is no Windows-version-specific code in the re

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

2016-08-02 Thread Geoffrey Odhner
New submission from Geoffrey Odhner: I have found a bug in python’s re.fullmatch() function when it’s running on Windows XP. On Mac OS X or Windows 7 the bug doesn’t occur. When I use fullmatch() with a regular expression that ends with ‘$’ it fails to match the string (on XP, but it