[issue10191] scripts files are not RECORDed.

Éric Araujo report at bugs.python.org
Fri Oct 29 04:53:13 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Thanks for the report.  This is indeed a bug with respect to PEP 376.

It would be too difficult to modify shutil (and copy2) to make it return filenames, but thanks to the new copy_function hook it will be easy to store filenames in a list and use that.  I’ll have to synchronize _backport.shutil with the 3.2 version first.

----------
assignee: tarek -> eric.araujo
versions: +3rd party -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10191>
_______________________________________


More information about the Python-bugs-list mailing list