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 ncoghlan
Recipients Arfrever, georg.brandl, larry, ncoghlan
Date 2012-06-25.04:57:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340600271.64.0.897208008255.issue15176@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for changing the API for any cases where the filesystem path is also used to determine the return type - given that we stuffed this up for the rmtree implementation, I expect end users would be prone to making exactly the same mistake.

Retaining the ability to control the return type explicitly even when pass a descriptor would be a *lot* cleaner than other possibilities (which would all involve a bunch of manual encoding and decoding with os.fsencode() and os.fsdecode()).
History
Date User Action Args
2012-06-25 04:57:51ncoghlansetrecipients: + ncoghlan, georg.brandl, larry, Arfrever
2012-06-25 04:57:51ncoghlansetmessageid: <1340600271.64.0.897208008255.issue15176@psf.upfronthosting.co.za>
2012-06-25 04:57:51ncoghlanlinkissue15176 messages
2012-06-25 04:57:50ncoghlancreate