[issue13181] pysetup install creates .pyc files but pysetup remove doesn't delete them

2011-10-21 Thread Éric Araujo
Éric Araujo added the comment: \o/ -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> distutils doesn't byte-compile .py files to __pycache__ during installation ___ Python tracker

[issue13181] pysetup install creates .pyc files but pysetup remove doesn't delete them

2011-10-19 Thread Paul Moore
Paul Moore added the comment: Yes, working correctly now -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue13181] pysetup install creates .pyc files but pysetup remove doesn't delete them

2011-10-19 Thread Éric Araujo
Éric Araujo added the comment: I think this is #11254, for which I’ve just pushed a fix. Can you update your 3.3 clone and try to reproduce? -- ___ Python tracker ___

[issue13181] pysetup install creates .pyc files but pysetup remove doesn't delete them

2011-10-17 Thread Paul Moore
Paul Moore added the comment: > That’s odd.  Are the pyc files in RECORD? Yes, but not in __pycache__ where they should be. PS D:\Data\python-sample\python> type D:\Data\cpython\Lib\site-packages\hello-0.1.dist-info\RECORD D:\Data\cpython\Lib\site-packages\hello.py,798c341fba13dcecba260e25d2b9

[issue13181] pysetup install creates .pyc files but pysetup remove doesn't delete them

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: That’s odd. Are the pyc files in RECORD? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13181] pysetup install creates .pyc files but pysetup remove doesn't delete them

2011-10-14 Thread Paul Moore
New submission from Paul Moore : The title explains. Here is an example: PS D:\Data\python-sample\python> pysetup install Installing from source directory: 'D:\\Data\\python-sample\\python' running install_dist running build running build_py running install_lib byte-compiling D:\Data\cpython\Lib