[Python-ideas] Better stdlib support for Path objects
Barry Warsaw
barry at python.org
Mon Oct 6 19:59:19 CEST 2014
On Oct 06, 2014, at 01:53 PM, Donald Stufft wrote:
>Previous attempts at a pathlib like thing outside of the stdlib
>had the object inherit from str so it’d still work just fine in
>all those APIs. It even makes a certain bit of sense since a
>path really is just a specialized string.
Yeah, except:
http://bugs.python.org/issue22570#msg228716
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20141006/e1445587/attachment-0001.sig>
More information about the Python-ideas
mailing list