[Python-Dev] When should pathlib stop being provisional? (original) (raw)
Eric Fahlgren ericfahlgren at gmail.com
Wed Apr 6 15:28:02 EDT 2016
- Previous message (by thread): [Python-Dev] When should pathlib stop being provisional?
- Next message (by thread): [Python-Dev] When should pathlib stop being provisional?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wednesday, April 06, 2016 07:39, Steven D'Aprano wrote:
> How well does that apply to path/path?
I think it's potentially the same. Possibly there are fewer existing uses of "obj.path" out there which conflict with this use, but there's at least one in the std lib: sys.path.
Somewhat ironically, also os.
import os.path getattr(os, "path") <module 'ntpath' from 'C:\Python35\lib\ntpath.py'>
- Previous message (by thread): [Python-Dev] When should pathlib stop being provisional?
- Next message (by thread): [Python-Dev] When should pathlib stop being provisional?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]