Re: [Python-Dev] pathlib difference to the backport

2014年11月10日 08:55:03 -0800

On 2014年11月10日 13:45:57 +0200
Ionel Cristian Mărieș <[email protected]> wrote:
> Hey,
> 
> It appears there's a peculiar difference between the pathlib in the 3.4
> branch and the one on bitbucket: cpython's pathlib.Path implements a no-op
> context manager interface. What's the purpose of that?
Hum... That's a remnant of the various pathlib prototypes, where this
was used for the openat()-based implementation. It should probably be
removed.
Regards
Antoine.
_______________________________________________
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