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 georg.brandl
Recipients barry, georg.brandl, pitrou
Date 2014-10-06.15:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412610226.61.0.834345839789.issue22570@psf.upfronthosting.co.za>
In-reply-to
Content
Since we're unlikely to ever change all the places, I'd say it's better to be consistent.  I'd rather write str(path) all over the place than having to look up in the docs each time if that specific API happens to support passing Paths directly.

However, Antoine has been positive towards more utility methods on Path objects.  (Not that ConfigParser read() would fall in that category :)
History
Date User Action Args
2014-10-06 15:43:46georg.brandlsetrecipients: + georg.brandl, barry, pitrou
2014-10-06 15:43:46georg.brandlsetmessageid: <1412610226.61.0.834345839789.issue22570@psf.upfronthosting.co.za>
2014-10-06 15:43:46georg.brandllinkissue22570 messages
2014-10-06 15:43:46georg.brandlcreate