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 mrabarnett
Recipients ezio.melotti, ggodhner, mrabarnett, zach.ware
Date 2016-08-02.22:02:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470175352.5.0.93780178956.issue27669@psf.upfronthosting.co.za>
In-reply-to
Content
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'>
>>>
History
Date User Action Args
2016-08-02 22:02:32mrabarnettsetrecipients: + mrabarnett, ezio.melotti, zach.ware, ggodhner
2016-08-02 22:02:32mrabarnettsetmessageid: <1470175352.5.0.93780178956.issue27669@psf.upfronthosting.co.za>
2016-08-02 22:02:32mrabarnettlinkissue27669 messages
2016-08-02 22:02:32mrabarnettcreate