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 ncoghlan
Recipients ncoghlan
Date 2017-08-15.09:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Another refactoring point that came up in the same discussion: it might be nice if the objects that expose code attributes all offered a read-only __code__ property, rather than requiring the dis module (and other consumers) to be aware of all the different object-specific property names.
History
Date User Action Args
2017-08-15 09:37:11ncoghlansetrecipients: + ncoghlan
2017-08-15 09:37:11ncoghlansetmessageid: <[email protected]>
2017-08-15 09:37:11ncoghlanlinkissue31197 messages
2017-08-15 09:37:10ncoghlancreate