This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Antony.Lee, Isaac Muse, barneygale, brett.cannon, pitrou
Date 2020-04-01.14:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585750260.21.0.902905250377.issue39682@roundup.psfhosted.org>
In-reply-to
Content
New changeset 00002e6d8b0ccdb6e0d9e98a9a7f9c9edfdf1311 by Barney Gale in branch 'master':
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846)
https://github.com/python/cpython/commit/00002e6d8b0ccdb6e0d9e98a9a7f9c9edfdf1311
History
Date User Action Args
2020-04-01 14:11:00pitrousetrecipients: + pitrou, brett.cannon, Antony.Lee, Isaac Muse, barneygale
2020-04-01 14:11:00pitrousetmessageid: <1585750260.21.0.902905250377.issue39682@roundup.psfhosted.org>
2020-04-01 14:11:00pitroulinkissue39682 messages
2020-04-01 14:11:00pitroucreate