[Python-Dev] Pathlib enhancments - method name only (original) (raw)
Chris Barker chris.barker at noaa.gov
Fri Apr 8 14:20:21 EDT 2016
- Previous message (by thread): [Python-Dev] Pathlib enhancments - method name only
- Next message (by thread): [Python-Dev] Pathlib enhancments - method name only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Apr 8, 2016 at 11:13 AM, Ethan Furman <ethan at stoneleaf.us> wrote:
So the plausible choices are, I think:
- fspath # File System Path -- possible confusion with Path - fsstr # File System String
I think we really need "path" in there somewhere....
- fspathstr # File System Path String -- zero ambiguity, but # what a mouthful
we rejected plain old path because this is already ued in another context, but if we add "str" on the end, that's not longer an issue, so do we need the "fs"?
pathstr # pathstring
-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/20160408/deb4ee45/attachment.html>
- Previous message (by thread): [Python-Dev] Pathlib enhancments - method name only
- Next message (by thread): [Python-Dev] Pathlib enhancments - method name only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]