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 pmpp
Recipients a-feld, pmpp, rhettinger, serhiy.storchaka
Date 2018-04-30.06:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525069996.19.0.682650639539.issue33380@psf.upfronthosting.co.za>
In-reply-to
Content
I see that as a good fix, obviously Point definition belongs to __main__ in the sample, like would any other subclass defined there eg if "some" class is defined in awe.py module :

>>> import awe
>>> class my(awe.some):pass
... 
>>> my.__module__
'__main__'
History
Date User Action Args
2018-04-30 06:33:16pmppsetrecipients: + pmpp, rhettinger, serhiy.storchaka, a-feld
2018-04-30 06:33:16pmppsetmessageid: <1525069996.19.0.682650639539.issue33380@psf.upfronthosting.co.za>
2018-04-30 06:33:16pmpplinkissue33380 messages
2018-04-30 06:33:15pmppcreate