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 pitrou
Recipients akuchling, amaury.forgeotdarc, belopolsky, benjamin.peterson, bjourne, donlorenzo, ezio.melotti, foom, georg.brandl, mortenlj, mrabarnett, pitrou, rsc, swamiyeswanth, timehorse, zanella
Date 2011-01-12.21:21:03
SpamBayes Score 0.00058647274
Marked as misclassified No
Message-id <1294867266.69.0.991625392143.issue2650@psf.upfronthosting.co.za>
In-reply-to
Content
> As James said I have written the patch using only regular expressions . 
> This is going to be my first patch . I need help writing the test for it

You will find the current tests in Lib/test/test_re.py.
To execute them, run:
$ ./python -m test.regrtest -v test_re

In this case, there are probably already some tests for re.escape. So you have to check that they are sufficient, and that your patch doesn't make them fail.
History
Date User Action Args
2011-01-12 21:21:06pitrousetrecipients: + pitrou, akuchling, georg.brandl, amaury.forgeotdarc, belopolsky, foom, rsc, timehorse, benjamin.peterson, zanella, donlorenzo, ezio.melotti, bjourne, mortenlj, mrabarnett, swamiyeswanth
2011-01-12 21:21:06pitrousetmessageid: <1294867266.69.0.991625392143.issue2650@psf.upfronthosting.co.za>
2011-01-12 21:21:03pitroulinkissue2650 messages
2011-01-12 21:21:03pitroucreate