On 4/6/2016 4:44 PM, Ethan Furman wrote:
-1: not all os names that look like files actually refer to the file system: pipes, devices, etc.On 04/06/2016 04:27 PM, Brett Cannon wrote:On Wed, 6 Apr 2016 at 15:54 Gregory P. Smithwrote:So would module.__path__ become a Path instance in a potential future making module.__path__.__path__ meaningfully confusing? ;) I'm not worried about people who shove pathlib.Path instances in as values into sys.modules and expect anything but pain. :PAh, good point. I think that kills __path__ then as an option.Excellent! Narrowing the field then to: __fspath__
+1: the special names are os dependent, so os seems like an appropriate prefix.__os_path__
Step right up! Cast yer votes! -- ~Ethan~ _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-devUnsubscribe: https://mail.python.org/mailman/options/python-dev/v%2Bpython%40g.nevcal.com
_______________________________________________ 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