Message 329038 - Python tracker (original) (raw)

Message329038

Author vstinner
Recipients docs@python, orlnub123, pablogsal, serhiy.storchaka, steven.daprano, vstinner, xtreak
Date 2018-11-01.02:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1541040161.62.0.788709270274.issue35105@psf.upfronthosting.co.za
In-reply-to
Content
> I'd argue that it's an implementation detail. Documenting it might be nice as some projects such as pytest do use it but I don't think it would make sense in setattr() or getattr() since all they do (at least in this case) is assign/retrieve from the __dict__. One thing to note is that __slots__ doesn't accept them. Maybe it's obvious to you, but the question is asked again and again, at least once per year. So it seems like we need to document it somewhere.
History
Date User Action Args
2018-11-01 02:42:41 vstinner set recipients: + vstinner, steven.daprano, docs@python, serhiy.storchaka, pablogsal, xtreak, orlnub123
2018-11-01 02:42:41 vstinner set messageid: 1541040161.62.0.788709270274.issue35105@psf.upfronthosting.co.za
2018-11-01 02:42:41 vstinner link issue35105 messages
2018-11-01 02:42:41 vstinner create