[issue12477] input() does'nt strip CR

2011-07-03 Thread Atsushi Odagiri
New submission from Atsushi Odagiri : Python 3.2 (r32:88445, Feb 20 2011, 21:30:00) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> input() a 'a\r' Python 3.1.3 (r313:8

[issue10191] scripts files are not RECORDed.

2011-06-09 Thread Atsushi Odagiri
Atsushi Odagiri added the comment: OK, I'll test it too. I looked sources of packaging. That use packaging.utils.copy_tree. When I reported that problem, install_scripts used _backport.shutil.copytree. Maybe problem is fixed, because it reterned copied file lists. Is that fixies appli

[issue10191] scripts files are not RECORDed.

2010-10-25 Thread Atsushi Odagiri
New submission from Atsushi Odagiri : I wrote setup.py includes scripts with distutils2, and ran `setup.py install`. scripts were installed in scripts directory, but not recorded in .dist-info/RECORD. I think that `distutils2._backport.shutil:copytree` should return copied filenames

[issue10132] mkpkg.py is lacked.

2010-10-17 Thread Atsushi Odagiri
New submission from Atsushi Odagiri : I try to install distutils2-1.0a3 to python 2.5. But I got error such a below. $ python -V Python 2.5.2 $ python setup.py build running build running build_py running build_scripts error: file 'distutils2/mkpkg.py' does not exist $ ls distutils2/