Message91474
Take a look a the dev FAQ, linked from http://www.python.org/dev. The
tests are in Lib/test in a distribution installed from source, but
ideally you would be (anonymously) pulling the trunk from SVN (when it
is back) and creating your patches with respect to that code as
explained in the FAQ. You would be adding unit test code to
Lib/test/test_re.py, though it looks like re_tests.py might be an
interesting file to look at as well.
As the dev docs say, anyone can contribute, and writing tests is a great
way to start, so please don't feel like you aren't qualified to
contribute, you are. If you have questions, come to #python-dev on
freenode. |
|
Date |
User |
Action |
Args |
2009-08-11 12:59:24 | r.david.murray | set | recipients:
+ r.david.murray, loewis, akuchling, doerwalter, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati |
2009-08-11 12:59:24 | r.david.murray | set | messageid: <1249995564.41.0.931089780249.issue2636@psf.upfronthosting.co.za> |
2009-08-11 12:59:22 | r.david.murray | link | issue2636 messages |
2009-08-11 12:59:22 | r.david.murray | create | |
|