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 vstinner
Recipients Arfrever, hynek, loewis, serhiy.storchaka, tarek, vstinner
Date 2013-12-16.21:46:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387230396.05.0.448342826576.issue18283@psf.upfronthosting.co.za>
In-reply-to
Content
Almost all functions of the shutil module support bytes filenames. I tested shutil.copyfile(), shutil.ignore_patterns(), shutil.copytree(), shutil.rmtree() and shutil.move().

I only found one function which only support Unicode filenames: shutil.make_archive().
History
Date User Action Args
2013-12-16 21:46:36vstinnersetrecipients: + vstinner, loewis, tarek, Arfrever, hynek, serhiy.storchaka
2013-12-16 21:46:36vstinnersetmessageid: <1387230396.05.0.448342826576.issue18283@psf.upfronthosting.co.za>
2013-12-16 21:46:36vstinnerlinkissue18283 messages
2013-12-16 21:46:35vstinnercreate