Message315927
| 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:16 | pmpp | set | recipients: + pmpp, rhettinger, serhiy.storchaka, a-feld |
| 2018-04-30 06:33:16 | pmpp | set | messageid: <1525069996.19.0.682650639539.issue33380@psf.upfronthosting.co.za> |
| 2018-04-30 06:33:16 | pmpp | link | issue33380 messages |
| 2018-04-30 06:33:15 | pmpp | create | |