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 JBernardo
Recipients JBernardo, docs@python, mark.dickinson, r.david.murray, vajrasky
Date 2013-12-09.15:44:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Not really. Just consistency:

For the same reason  

    ' foo '.strip(None)

works... To avoid special casing the function call when you already have a variable to hold the argument.
History
Date User Action Args
2013-12-09 15:44:54JBernardosetrecipients: + JBernardo, mark.dickinson, r.david.murray, docs@python, vajrasky
2013-12-09 15:44:54JBernardosetmessageid: <[email protected]>
2013-12-09 15:44:54JBernardolinkissue19933 messages
2013-12-09 15:44:54JBernardocreate