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, belopolsky, benjamin.peterson, bjourne, donlorenzo, ezio.melotti, mortenlj, mrabarnett, pitrou, rsc, timehorse, zanella
Date 2010-11-25.20:51:07
SpamBayes Score 0.14774619
Marked as misclassified No
Message-id <1290718272.12.0.663999142717.issue2650@psf.upfronthosting.co.za>
In-reply-to
Content
Re the regex module (issue #2636), would a good compromise be:

    regex.escape(user_input, special_only=True)

to maintain compatibility?
History
Date User Action Args
2010-11-25 20:51:12mrabarnettsetrecipients: + mrabarnett, akuchling, amaury.forgeotdarc, belopolsky, pitrou, rsc, timehorse, benjamin.peterson, zanella, donlorenzo, ezio.melotti, bjourne, mortenlj
2010-11-25 20:51:12mrabarnettsetmessageid: <1290718272.12.0.663999142717.issue2650@psf.upfronthosting.co.za>
2010-11-25 20:51:07mrabarnettlinkissue2650 messages
2010-11-25 20:51:07mrabarnettcreate