[issue31583] 2to3 call for file in current directory yields error

2018-11-04 Thread Denis Osipov
Change by Denis Osipov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue31583] 2to3 call for file in current directory yields error

2018-04-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1957e7b76a1319995360492223a4dfe1cd5d105c by Łukasz Langa (Miss Islington (bot)) in branch '3.6': bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)

[issue31583] 2to3 call for file in current directory yields error

2018-04-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 67067d85eb1df8c52399f9fc74dc4c1a32ec86cd by Łukasz Langa (Miss Islington (bot)) in branch '3.7': bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (#6528)

[issue31583] 2to3 call for file in current directory yields error

2018-04-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +6223 ___ Python tracker ___

[issue31583] 2to3 call for file in current directory yields error

2018-04-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +6222 ___ Python tracker ___

[issue31583] 2to3 call for file in current directory yields error

2018-04-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e3a523a0fa16aec880880928303bfcbd1fb74bc2 by Łukasz Langa (Denis Osipov) in branch 'master': bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758)

[issue31583] 2to3 call for file in current directory yields error

2017-10-03 Thread Jonathan Abdo
Jonathan Abdo added the comment: Inserting (with 12 spaces) if not output_dir: output_dir = "./" at lines 83 and 84 works as a temporary workaround. `StdoutRefactoringTool` is not receiving an `output_dir` from `option`, which seems to only be

[issue31583] 2to3 call for file in current directory yields error

2017-10-03 Thread R. David Murray
R. David Murray added the comment: Yes, redistributors sometimes backport non-security fixes if they consider them important enough. Note that I haven't evaluated the merits of this issue, and there is a related issue about how 2to3 finds its fixers that this may

[issue31583] 2to3 call for file in current directory yields error

2017-10-03 Thread Jonathan Abdo
Jonathan Abdo added the comment: Gotcha, sorry about that. Active uses 3.5, so I guess I would take it up with them? On Oct 3, 2017 2:27 PM, "R. David Murray" wrote: > > R. David Murray added the comment: > > 3.5 is in

[issue31583] 2to3 call for file in current directory yields error

2017-10-03 Thread R. David Murray
R. David Murray added the comment: 3.5 is in security-fix-only mode, and we use versions to indicate which versions we plan to fix the bug in. -- nosy: +r.david.murray versions: -Python 3.5 ___ Python tracker

[issue31583] 2to3 call for file in current directory yields error

2017-10-03 Thread Jonathan Abdo
Jonathan Abdo added the comment: Issue also effects 3.5 -- nosy: +jabdo versions: +Python 3.5 Added file: https://bugs.python.org/file47187/2to3bugpython.png ___ Python tracker

[issue31583] 2to3 call for file in current directory yields error

2017-09-29 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +benjamin.peterson ___ Python tracker ___ ___

[issue31583] 2to3 call for file in current directory yields error

2017-09-25 Thread Denis Osipov
Changes by Denis Osipov : -- keywords: +patch pull_requests: +3744 stage: -> patch review ___ Python tracker ___

[issue31583] 2to3 call for file in current directory yields error

2017-09-25 Thread Denis Osipov
New submission from Denis Osipov: 2to3 doesn't work if called for file in current directory with --add-suffix option. $ /d/repos/cpython/python.bat /d/repos/cpython/Tools/scripts/2to3 -n -W --add-suffix=3 test2to3.py Running Debug|x64 interpreter... WARNING: --write-unchanged-files/-W