Message329034
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. |
|
Date |
User |
Action |
Args |
2018-11-01 02:06:58 | orlnub123 | set | recipients:
+ orlnub123, vstinner, steven.daprano, docs@python, serhiy.storchaka, pablogsal, xtreak |
2018-11-01 02:06:58 | orlnub123 | set | messageid: <1541038018.41.0.788709270274.issue35105@psf.upfronthosting.co.za> |
2018-11-01 02:06:58 | orlnub123 | link | issue35105 messages |
2018-11-01 02:06:57 | orlnub123 | create | |
|