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 serhiy.storchaka
Recipients Arfrever, hynek, loewis, serhiy.storchaka, tarek, vstinner
Date 2013-12-16.21:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387229033.4.0.68621095304.issue18283@psf.upfronthosting.co.za>
In-reply-to
Content
All low-level functions in the os.path module supports string and bytes paths. But not all high-level functions in the shutil module supports bytes paths. Adding support for bytes paths will complicate implementation and tests.
History
Date User Action Args
2013-12-16 21:23:53serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, vstinner, tarek, Arfrever, hynek
2013-12-16 21:23:53serhiy.storchakasetmessageid: <1387229033.4.0.68621095304.issue18283@psf.upfronthosting.co.za>
2013-12-16 21:23:53serhiy.storchakalinkissue18283 messages
2013-12-16 21:23:53serhiy.storchakacreate