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 lukasz.langa
Recipients docs@python, eric.araujo, georg.brandl, l0nwlf, loewis, lukasz.langa, pitrou, schof, twhitema
Date 2010-07-30.13:39:46
SpamBayes Score 0.00037530225
Marked as misclassified No
Message-id <1280497188.19.0.548113130237.issue8350@psf.upfronthosting.co.za>
In-reply-to
Content
Currently it's somewhat surprising that while the documentation often states the default values for certain builtins, invoking the builtin with keyword arguments as described in the documentation does not work.

Original discussion: #7447

I'm going through all builtins to see how the keyword arg support looks and I'm going to present a patch for Doc/library/builtins.rst that explicitly states that builtins don't support this kind of invocation.

Expect a patch for that case later today. As for `os` et al, the discussion goes on.
History
Date User Action Args
2010-07-30 13:39:48lukasz.langasetrecipients: + lukasz.langa, loewis, georg.brandl, pitrou, eric.araujo, twhitema, schof, l0nwlf, docs@python
2010-07-30 13:39:48lukasz.langasetmessageid: <1280497188.19.0.548113130237.issue8350@psf.upfronthosting.co.za>
2010-07-30 13:39:46lukasz.langalinkissue8350 messages
2010-07-30 13:39:46lukasz.langacreate