Message 125022 - Python tracker

Message125022

Author eric.araujo
Recipients docs@python, eric.araujo, georg.brandl, nailor, terry.reedy
Date 2011-01-02.00:51:15
SpamBayes Score 0.0001202135
Marked as misclassified No
Message-id <1293929480.52.0.473662913898.issue10789@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the correction Georg.

In msg104113 (on #8350), I quoted http://docs.python.org/dev/reference/expressions#calls :

“An implementation may provide built-in functions whose positional parameters do not have names, even if they are ‘named’ for the purpose of documentation, and which therefore cannot be supplied by keyword.”

Previous consensus seemed to be that this warning was enough, but recent bugs such as this one show that it does trip up users, so there is further discussion about how best to document this CPython limitation (hence the dependency I’m adding).
History
Date User Action Args
2011-01-02 00:51:20eric.araujosetrecipients: + eric.araujo, georg.brandl, terry.reedy, docs@python, nailor
2011-01-02 00:51:20eric.araujosetmessageid: <1293929480.52.0.473662913898.issue10789@psf.upfronthosting.co.za>
2011-01-02 00:51:16eric.araujolinkissue10789 messages
2011-01-02 00:51:16eric.araujocreate