[issue22974] Make traceback functions support negative limits

2014-12-01 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved superseder: -> Possible implementation of negative limit for traceback functions ___ Python tracker

[issue22974] Make traceback functions support negative limits

2014-12-01 Thread Dmitry Kazakov
Changes by Dmitry Kazakov : Removed file: http://bugs.python.org/file37336/traceback_patch_2.diff ___ Python tracker ___ ___ Python-bugs-list

[issue22974] Make traceback functions support negative limits

2014-12-01 Thread Dmitry Kazakov
Changes by Dmitry Kazakov : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22974] Make traceback functions support negative limits

2014-12-01 Thread Demian Brecht
Demian Brecht added the comment: It's generally better to keep everything in one issue in order to preserve history and avoid confusion as you've now found :). I'd suggest closing this one and adding the patch to the initial report. Keeping history intact is important for reviewers. Absolutel

[issue22974] Make traceback functions support negative limits

2014-12-01 Thread Dmitry Kazakov
Dmitry Kazakov added the comment: Indeed, this is an exact duplicate, but I feel like that issue is an embarrassment: too many unnecessary actions, bad patches, and most of messages are totally useless. I wanted to start over for once, so I closed that issue. Pardon my initial ignorance.

[issue22974] Make traceback functions support negative limits

2014-12-01 Thread R. David Murray
R. David Murray added the comment: This looks like a duplicate of issue 22619. Were you under the impression you needed to open a new issue just in order to update your patch? You would be better off posting the patch to issue 22619 and closing this one, unless I'm missing something. --

[issue22974] Make traceback functions support negative limits

2014-12-01 Thread Dmitry Kazakov
New submission from Dmitry Kazakov: This is a complete implementation of negative limits for functions from traceback module (see this proposal - https://mail.python.org/pipermail/python-ideas/2014-August/029105.html). I also added some tests. -- components: Library (Lib) files: trace