[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> Close 2to3 issues and list them here ___ Python tracker _

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2014-03-14 Thread Éric Araujo
Éric Araujo added the comment: (2to3 is an exception and can get improvements in stable versions.) -- nosy: +eric.araujo versions: +Python 2.7, Python 3.3, Python 3.4 -Python 3.2 ___ Python tracker _

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Removed 2.7 as too late, can we get this into 3.2? -- nosy: +BreamoreBoy versions: -Python 2.7 ___ Python tracker ___ __

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2010-01-07 Thread Brian Curtin
Changes by Brian Curtin : -- type: -> feature request ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2010-01-06 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> test needed versions: +Python 2.7, Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bug

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2010-01-06 Thread Brian Curtin
Brian Curtin added the comment: I think this would be a good addition so I took Adrian's patch and brought it up to date. I'll need to expand the testing, but I think Benjamin's 1 and 3 are covered. -- nosy: +brian.curtin Added file: http://bugs.python.org/file15769/issue1034.diff __

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2008-09-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On the patch: 1. I think both a log message and the comment should be written. The point needs to be reinforced to users. 2. I'd like to see some tests. 3. Maybe an option to turn the auto comments off? This is interesting. I'd like to ha

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2007-11-23 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +py3k versions: +Python 3.0 __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsub

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2007-09-17 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2007-09-06 Thread Collin Winter
Changes by Collin Winter: -- assignee: -> collinwinter components: +2to3 (2.x to 3.x conversion tool) -Demos and Tools nosy: +collinwinter __ Tracker <[EMAIL PROTECTED]> __ __

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2007-09-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2007-08-26 Thread Adrian Holovaty
Adrian Holovaty added the comment: I'm also attaching 2to3_comment_warnings.diff, which is an example of how we could integrate the insert_comment() method from the first patch to replace the current functionality of fixes.basefix.BaseFix.warning(). __ Tracker <[E

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2007-08-26 Thread Adrian Holovaty
New submission from Adrian Holovaty: Per a Python-3000 mailing list discussion here -- http://mail.python.org/pipermail/python-3000/2007-August/009835.html -- I have implemented an addition to the 2to3 utility that enables warnings to be output as comments in Python source code instead of being l