[Python-Dev] Removing the provisional label from pathlib

2016年5月20日 09:47:48 -0700

Three questions:
 1. Should pathlib gain __fspath__() all the way back to 3.4?
 2. Should pathlib's constructor support __fspath__() all the way back to
 3.4? (separate question as os.fspath() will only be in 3.6; and if we
 backport I'm not looking forward to making Typeshed happy w/o os.PathLike
 being available only in 3.6 :/)
 3. Should the docs from 3.4 and forward reflect the removal of the
 provisional status? (I assume yes, but wanted to double-check)
And a quick thanks to Guido for removing `path` from pathlib for me
already. :)
_______________________________________________
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