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 akuchling, amaury.forgeotdarc, georg.brandl, jimjjewett, mark, mrabarnett, pitrou, rsc, timehorse
Date 2008-10-02.16:48:15
SpamBayes Score 0.0018270422
Marked as misclassified No
Message-id <1222966096.17.0.01470531458.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
I've found an interesting difference between Python and Perl regular
expressions:

    In Python:

        \Z matches at the end of the string

    In Perl:

        \Z matches at the end of the string or before a newline at the
end of the string

        \z matches at the end of the string
History
Date User Action Args
2008-10-02 16:48:16mrabarnettsetrecipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, rsc, timehorse, mark
2008-10-02 16:48:16mrabarnettsetmessageid: <1222966096.17.0.01470531458.issue2636@psf.upfronthosting.co.za>
2008-10-02 16:48:15mrabarnettlinkissue2636 messages
2008-10-02 16:48:15mrabarnettcreate