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 Isis.Binder, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2013-10-26.17:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382807200.0.0.261098219117.issue19408@psf.upfronthosting.co.za>
In-reply-to
Content
The traceback says "bad character range" because ord('+') == 43 and ord('*') == 42. It's not surprising that it complains if the range isn't valid.
History
Date User Action Args
2013-10-26 17:06:40mrabarnettsetrecipients: + mrabarnett, ezio.melotti, serhiy.storchaka, Isis.Binder
2013-10-26 17:06:40mrabarnettsetmessageid: <1382807200.0.0.261098219117.issue19408@psf.upfronthosting.co.za>
2013-10-26 17:06:39mrabarnettlinkissue19408 messages
2013-10-26 17:06:39mrabarnettcreate