Message 274919 - Python tracker
Message274919
| Author | levkivskyi |
|---|---|
| Recipients | gvanrossum, levkivskyi |
| Date | 2016-09-07.23:49:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473292186.01.0.288185927352.issue27985@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
We discussed this at some point on python/typing. At that time we decided that
class C:
del __annotations__
x: int
Should be an error. Do you think that it should behave in a different way in interactive REPL and/or at module level? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-07 23:49:46 | levkivskyi | set | recipients: + levkivskyi, gvanrossum |
| 2016-09-07 23:49:46 | levkivskyi | set | messageid: <1473292186.01.0.288185927352.issue27985@psf.upfronthosting.co.za> |
| 2016-09-07 23:49:46 | levkivskyi | link | issue27985 messages |
| 2016-09-07 23:49:45 | levkivskyi | create | |