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, eric.araujo, eric.smith, ezio.melotti, georg.brandl
Date 2011-11-12.13:49:20
SpamBayes Score 0.0035689354
Marked as misclassified No
Message-id <1321105761.57.0.964875859354.issue13386@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is when the default placeholder is some unique object() or some _internal value (we had something similar with a socket timeout once).
Also for something like str.strip(), would you document chars=None or chars=" \n\r\t\v\f"?
History
Date User Action Args
2011-11-12 13:49:21ezio.melottisetrecipients: + ezio.melotti, georg.brandl, eric.smith, eric.araujo, eli.bendersky, docs@python
2011-11-12 13:49:21ezio.melottisetmessageid: <1321105761.57.0.964875859354.issue13386@psf.upfronthosting.co.za>
2011-11-12 13:49:20ezio.melottilinkissue13386 messages
2011-11-12 13:49:20ezio.melotticreate