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 martin.panter
Recipients ezio.melotti, martin.panter, serhiy.storchaka
Date 2016-09-09.10:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473415594.72.0.697392344565.issue27952@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to fix this so that the tests pass with -Werror. Here is a quick patch: * Fix the deprecated non-escapes * Make all the regular expressions raw strings * Fix bugs with parsing escaped quotes in C strings and char literals * Adapt from old regex module and Python 2 print statements * Add a new test file with a single test case (could easily be expanded) Documentation for the old “regex” module: https://docs.python.org/release/1.6/lib/module-regex.html
History
Date User Action Args
2016-09-09 10:06:34martin.pantersetrecipients: + martin.panter, ezio.melotti, serhiy.storchaka
2016-09-09 10:06:34martin.pantersetmessageid: <1473415594.72.0.697392344565.issue27952@psf.upfronthosting.co.za>
2016-09-09 10:06:34martin.panterlinkissue27952 messages
2016-09-09 10:06:34martin.pantercreate