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 martin.panter
Recipients W deW, docs@python, eryksun, martin.panter, vstinner
Date 2015-09-22.21:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442957568.17.0.32200077735.issue25205@psf.upfronthosting.co.za>
In-reply-to
Content
Eryksun: If you mean tagging the bug report, I think we usually tag all the applicable open branches that are due for another release.

I’m not sure anything needs to be documented regarding setattr(). At best it is an implementation detail that should not be relied on, although making the implementation stricter could be a compatibility problem.

There are other places where troublesome names are allowed. One that caught my eye recently is os.sendfile(in=..., ...) is a syntax error, but you can still pass the “in” keyword via os.sendfile(**{"in": ...}, ...).
History
Date User Action Args
2015-09-22 21:32:48martin.pantersetrecipients: + martin.panter, vstinner, docs@python, eryksun, W deW
2015-09-22 21:32:48martin.pantersetmessageid: <1442957568.17.0.32200077735.issue25205@psf.upfronthosting.co.za>
2015-09-22 21:32:48martin.panterlinkissue25205 messages
2015-09-22 21:32:48martin.pantercreate