[issue2350] 'exceptions' import fixer

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

[issue2350] 'exceptions' import fixer

2020-10-22 Thread Irit Katriel
Irit Katriel added the comment: Updating the versions, though it seems that you may want to close this as rejected based on the discussion. -- keywords: -needs review, patch nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python

[issue2350] 'exceptions' import fixer

2012-12-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: This is something people can easily convert in there 2.x code, so I don't think the need for it is great. -- assignee: collinwinter -> ___ Python tracker __

[issue2350] 'exceptions' import fixer

2012-12-30 Thread Berker Peksag
Berker Peksag added the comment: I've converted Benjamin's patch to extended diff format, fixed some PEP 8 violations and typos, removed the {get, set}_prefix usage, added more tests and updated the documentation. -- nosy: +berker.peksag Added file: http://bugs.python.org/file28494/issue

[issue2350] 'exceptions' import fixer

2012-10-20 Thread Chris Mayo
Changes by Chris Mayo : -- nosy: +cjmayo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue2350] 'exceptions' import fixer

2012-10-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea versions: +Python 2.7, Python 3.2, Python 3.3, Python 3.4 -Python 2.6 ___ Python tracker ___ __

[issue2350] 'exceptions' import fixer

2012-10-12 Thread Brett Cannon
Brett Cannon added the comment: I don't remember. -- resolution: fixed -> stage: -> patch review status: closed -> open ___ Python tracker ___ __

[issue2350] 'exceptions' import fixer

2012-10-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: Brett: Why did you close the issue? Benjamin's change was never committed... -- ___ Python tracker ___ _

[issue2350] 'exceptions' import fixer

2008-12-03 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2350] 'exceptions' import fixer

2008-09-10 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Given that this is now a request for a fixer, and not a request for a deprecation warning, I don't see why this is considered a release blocker. Lowering the priority to normal. Even if the fixer isn't added to the 2to3 copy shipped with 2.6.

[issue2350] 'exceptions' import fixer

2008-09-09 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2350] 'exceptions' import fixer

2008-09-03 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- priority: release blocker -> deferred blocker ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2350] 'exceptions' import fixer

2008-08-25 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- keywords: +needs review -26backport ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2350] 'exceptions' import fixer

2008-08-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Here's my 2to3 fixer for the job. It cleanly removes the imports and changes the usage. -- assignee: -> collinwinter components: +2to3 (2.x to 3.0 conversion tool) keywords: +patch nosy: +collinwinter title: Warn against importing