Re: [Python-Dev] Pathlib enhancments - method name only

2016年4月08日 11:36:31 -0700

On Fri, Apr 8, 2016 at 9:20 PM, Chris Barker <[email protected]> wrote:
>
> 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
>
Or perhaps __pathstring__ in case it may be or return byte strings.
-Koos
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to