[issue31353] Implement PEP 553 - built-in debug()

2017-10-02 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: PEP is accepted. PR needs review. -- stage: -> patch review ___ Python tracker ___ ___ Python-b

[issue31353] Implement PEP 553 - built-in debug()

2017-09-13 Thread R. David Murray
R. David Murray added the comment: It is a new feature, so no it would not be backported. -- nosy: +r.david.murray type: -> enhancement ___ Python tracker ___ _

[issue31353] Implement PEP 553 - built-in debug()

2017-09-13 Thread Dawid Gosławski
Dawid Gosławski added the comment: Will that be backported also to Python2.7 ? I personally do not see a reason to teach old dog new tricks but it seems appropriate in such core things. New users could transition easier, otherwise this would be next py2<->py3 difference to explain every time s

[issue31353] Implement PEP 553 - built-in debug()

2017-09-06 Thread Ethan Smith
Changes by Ethan Smith : -- nosy: +Ethan Smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue31353] Implement PEP 553 - built-in debug()

2017-09-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- pull_requests: +3370 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31353] Implement PEP 553 - built-in debug()

2017-09-05 Thread Barry A. Warsaw
New submission from Barry A. Warsaw: Placeholder issue for discussion of the design of the implementation of PEP 553. -- assignee: barry components: Interpreter Core messages: 301372 nosy: barry priority: normal severity: normal status: open title: Implement PEP 553 - built-in debug() ve