[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-10-08 Thread Mark Dickinson
Mark Dickinson added the comment: Closing as duplicate. @sabakauser: if you update to a recent Python 3.7 (anything more recent than 3.7.1 should be enough), you should find that this is fixed. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: ->

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-10-08 Thread Mark Dickinson
Mark Dickinson added the comment: Looks like a duplicate of #34108 -- nosy: +mark.dickinson ___ Python tracker ___ ___

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-02-28 Thread Saba Kauser
Saba Kauser added the comment: Thanks Karthikeyan! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-02-28 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: @sabakauser You can find python-list mailing list here : https://mail.python.org/mailman/listinfo/python-list -- nosy: +xtreak ___ Python tracker

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-02-28 Thread Saba Kauser
Saba Kauser added the comment: Could you please share the URL -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-02-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I suspect that this may not be a cpython issue, in which case, it should be closed here as 'not-a-bug'. I suggest that you present this on python-list and ask 'where is the bug most likely to be?' You should get more readers there. -- nosy:

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-02-25 Thread Saba Kauser
Saba Kauser added the comment: Did anyone get a chance to look at my case? Thanks, Saba. -- ___ Python tracker ___ ___

[issue36075] python 2to3 conversion tool is generating file with extra line for every input line

2019-02-22 Thread Saba Kauser
New submission from Saba Kauser : Hi, I am building my python ibm_db driver on python 3.7 using the setup.py under https://github.com/SabaKauser/python-ibmdb/blob/master/IBM_DB/ibm_db/setup.py with 2to3 compatibility as: python setup.py build and installing as: python setup.py install I