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 andrewmcnamara
Recipients andrewmcnamara
Date 2008-09-02.02:19:40
SpamBayes Score 0.0019360828
Marked as misclassified No
Message-id <1220321981.61.0.172632147.issue3756@psf.upfronthosting.co.za>
In-reply-to
Content
In python 2, re.escape() works with either str or unicode, but in 
python 3, re.escape() no longer works correctly with the bytes type.
History
Date User Action Args
2008-09-02 02:19:41andrewmcnamarasetrecipients: + andrewmcnamara
2008-09-02 02:19:41andrewmcnamarasetmessageid: <1220321981.61.0.172632147.issue3756@psf.upfronthosting.co.za>
2008-09-02 02:19:40andrewmcnamaralinkissue3756 messages
2008-09-02 02:19:40andrewmcnamaracreate