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 inigoserna
Recipients inigoserna, pitrou
Date 2014-04-22.09:29:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398158941.93.0.216279129515.issue21322@psf.upfronthosting.co.za>
In-reply-to
Content
Mainly, 2 reasons:

- It can make programs crash *unexpectedly*

- Pathlib should provide a complete and uniform API for dealing with all types of files. If not, users would need to use Pathlib for some kind of files and go to os and os.path for others, then why the reason to use Pathlib?
History
Date User Action Args
2014-04-22 09:29:01inigosernasetrecipients: + inigoserna, pitrou
2014-04-22 09:29:01inigosernasetmessageid: <1398158941.93.0.216279129515.issue21322@psf.upfronthosting.co.za>
2014-04-22 09:29:01inigosernalinkissue21322 messages
2014-04-22 09:29:01inigosernacreate