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 hynek
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, hynek
Date 2012-05-14.09:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336988819.38.0.761185643873.issue14804@psf.upfronthosting.co.za>
In-reply-to
Content
After having been called out on wrong default arg notation in one of my patches (eg. function:: copyfile(src, dst[, symlinks=False])), I've done a "grep -RPi "\[\w+=" Doc/library" and fixed the cases I've found – many of them sadly from myself (all the symlinks=False ones). ;)

The patch is against tip, I'd back port it to 3.2 if the contents is okay (and do it for 2.7 too, there's a lot of this errors there, I suppose docs fixes are okay for 2.7?).
History
Date User Action Args
2012-05-14 09:46:59hyneksetrecipients: + hynek, georg.brandl, ezio.melotti, eric.araujo, docs@python
2012-05-14 09:46:59hyneksetmessageid: <1336988819.38.0.761185643873.issue14804@psf.upfronthosting.co.za>
2012-05-14 09:46:58hyneklinkissue14804 messages
2012-05-14 09:46:58hynekcreate