]> granicus.if.org Git - python/commit
Issue #21127: Path objects can now be instantiated from str subclass instances (such...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 22 Apr 2014 22:34:15 +0000 (00:34 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 22 Apr 2014 22:34:15 +0000 (00:34 +0200)
commitcb5ec77d33f1c6db2e0e1684d8ebf9c4cf7346b9
treef815b6c25c56fee57fcfc95e869c58392a86aee4
parent9573638c2dd36af531ec922bc364b438d7b1f427
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_).

Thanks to Antony Lee for the report and preliminary patch.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/ACKS
Misc/NEWS