This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Atsushi.Odagiri, eric.araujo, tarek
Date 2010-10-29.02:53:11
SpamBayes Score 2.9473144e-06
Marked as misclassified No
Message-id <1288320793.47.0.735320874461.issue10191@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-29 02:53:13eric.araujosetrecipients: + eric.araujo, tarek, Atsushi.Odagiri
2010-10-29 02:53:13eric.araujosetmessageid: <1288320793.47.0.735320874461.issue10191@psf.upfronthosting.co.za>
2010-10-29 02:53:12eric.araujolinkissue10191 messages
2010-10-29 02:53:11eric.araujocreate