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 terry.reedy
Recipients Windson Yang, docs@python, orlnub123, pablogsal, serhiy.storchaka, steven.daprano, terry.reedy, vstinner, xtreak
Date 2018-11-02.20:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541190121.62.0.788709270274.issue35105@psf.upfronthosting.co.za>
In-reply-to
Content
It is an implementation detail that some people need to know, and that is very unlikely to change.  In the pydev thread, Guido said
"
My feeling is that limiting it to strings is fine, but checking those
strings for resembling identifiers is pointless and wasteful."

We occasionally document such things in a 'CPython implementation detail' note.  I don't know the proper markup for these.  At present, I think the note should be in setattr and **kwargs docs.
History
Date User Action Args
2018-11-02 20:22:01terry.reedysetrecipients: + terry.reedy, vstinner, steven.daprano, docs@python, serhiy.storchaka, pablogsal, Windson Yang, xtreak, orlnub123
2018-11-02 20:22:01terry.reedysetmessageid: <1541190121.62.0.788709270274.issue35105@psf.upfronthosting.co.za>
2018-11-02 20:22:01terry.reedylinkissue35105 messages
2018-11-02 20:22:01terry.reedycreate