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 Adam.Matan
Recipients Adam.Matan, ezio.melotti
Date 2011-04-02.15:10:22
SpamBayes Score 1.7660504e-07
Marked as misclassified No
Message-id <1301757023.4.0.183701376582.issue11741@psf.upfronthosting.co.za>
In-reply-to
Content
Don't you think that shutil should be able to handle mixed data types, for example byte string as file name and unicode destination directory? This is, in my opinion, a very common scenario.

Would you consider converting all arguments to Unicode?
History
Date User Action Args
2011-04-02 15:10:23Adam.Matansetrecipients: + Adam.Matan, ezio.melotti
2011-04-02 15:10:23Adam.Matansetmessageid: <1301757023.4.0.183701376582.issue11741@psf.upfronthosting.co.za>
2011-04-02 15:10:22Adam.Matanlinkissue11741 messages
2011-04-02 15:10:22Adam.Matancreate