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 ezio.melotti
Recipients docs@python, eli.bendersky, ezio.melotti, pitrou
Date 2011-09-01.05:40:29
SpamBayes Score 0.000561793
Marked as misclassified No
Message-id <1314855630.64.0.612117425136.issue12875@psf.upfronthosting.co.za>
In-reply-to
Content
Two more things:
 1) Python 2 doc used to use the func(arg[, optional1[, optional2]]) notation, and with Python 3 we switched to func(arg, optional1=default1, optional2=default2).  The latter is also used in Python 2 now, and the [] are still there in Python 3 in some places;
 2) If you are going to fix it, you can probably backport the fix from py3k with "hg diff Doc/library/re.rst -c 106ee4eb5970";
History
Date User Action Args
2011-09-01 05:40:30ezio.melottisetrecipients: + ezio.melotti, pitrou, eli.bendersky, docs@python
2011-09-01 05:40:30ezio.melottisetmessageid: <1314855630.64.0.612117425136.issue12875@psf.upfronthosting.co.za>
2011-09-01 05:40:30ezio.melottilinkissue12875 messages
2011-09-01 05:40:29ezio.melotticreate