[issue18163] Add a 'key' attribute to KeyError

2020-10-08 Thread Anatoliy Platonov
Anatoliy Platonov added the comment: I agree with Mark. I will be useful to provide ability to specify custom long message for error. And logically it would be better to do not allow users change key field in error so easy. -- nosy: +p4m-dev

[issue41876] Add __repr__ for Tkinter Font objects

2020-09-29 Thread Anatoliy Platonov
Change by Anatoliy Platonov : -- keywords: +patch nosy: +p4m.dev nosy_count: 3.0 -> 4.0 pull_requests: +21479 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/22450 ___ Python tracker <https://bugs.p

[issue42265] Remove binhex module following PEP-594

2020-11-04 Thread Anatoliy Platonov
New submission from Anatoliy Platonov : https://www.python.org/dev/peps/pep-0594/#id163 -- components: Library (Lib), Tests messages: 380365 nosy: p4m-dev priority: normal severity: normal status: open title: Remove binhex module following PEP-594 versions: Python 3.10

[issue42265] Remove binhex module following PEP-594

2020-11-05 Thread Anatoliy Platonov
Anatoliy Platonov added the comment: Yeah, this was my mistake. I hurried a little with this issue and didn't notice that PEP is in draft state. Binhex module already marked as deprecated, since 3.9 I think. -- ___ Python tracker <ht