Message382200
Currently, private names such as '__location' will get both name mangled and converted into an attribute, while `__location_` will get mangled, but not converted as the final name is sundered (e.g. `_MyEnum__location_`).
Just in case anyone is actually using private name Enum members we'll deprecate in 3.10, and in 3.11 private names will:
- not be converted
- not raise sunder errors |
|
| Date |
User |
Action |
Args |
| 2020-11-30 22:17:33 | ethan.furman | set | recipients:
+ ethan.furman, barry, eli.bendersky |
| 2020-11-30 22:17:33 | ethan.furman | set | messageid: <1606774653.87.0.704564487827.issue42517@roundup.psfhosted.org> |
| 2020-11-30 22:17:33 | ethan.furman | link | issue42517 messages |
| 2020-11-30 22:17:33 | ethan.furman | create | |
|