[Python-Dev] Maybe, just maybe, pathlib doesn't belong.
Chris Barker
chris.barker at noaa.gov
Tue Apr 12 12:04:21 EDT 2016
More information about the Python-Dev mailing list
Tue Apr 12 12:04:21 EDT 2016
- Previous message (by thread): [Python-Dev] Maybe, just maybe, pathlib doesn't belong.
- Next message (by thread): [Python-Dev] Maybe, just maybe, pathlib doesn't belong.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Apr 12, 2016 at 7:54 AM, Sven R. Kunze <srkunze at mail.de> wrote: > > My conclusion is that these changes are not optional and tweaking os, io > and shutil is just yet another workaround for a clean solution. :) > Is the clean solution to re-implement EVERYTHING in the stdlib that involves a path in a new, fancy pathlib way? If we were starting from scratch, I _might_ like that idea, but we're not starting from scratch. And that would cement in pathlib itself, leaving no room for other path implementations. kind of like how the pre-__Index__ python cemented in python integers as the only objects once could use to index a sequence. -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chris.Barker at noaa.gov -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160412/65ab8594/attachment.html>
- Previous message (by thread): [Python-Dev] Maybe, just maybe, pathlib doesn't belong.
- Next message (by thread): [Python-Dev] Maybe, just maybe, pathlib doesn't belong.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list