[issue15418] 2to3 docs should mention setup.py fixes required to install compatible packages in Python 3

2014-08-29 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - wont fix stage: - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15418 ___

[issue15418] 2to3 docs should mention setup.py fixes required to install compatible packages in Python 3

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: I disagree with this on two grounds. First 2to3 can be run by anybody needing it, not just from setup.py. Second the recommended mechanism for writing new code is to use libraries such as six so that the one code base can run on 2 and 3. -- nosy:

[issue15418] 2to3 docs should mention setup.py fixes required to install compatible packages in Python 3

2012-07-27 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15418 ___ ___

[issue15418] 2to3 docs should mention setup.py fixes required to install compatible packages in Python 3

2012-07-22 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: http://docs.python.org/py3k/library/2to3.html should mention the practice of running 2to3 in setup.py for codebase compatible with both Python 2 and Python 3. -- assignee: docs@python components: Documentation messages: