diff options
author | Brian Curtin <brian@python.org> | 2013-07-22 18:07:52 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2013-07-22 18:07:52 (GMT) |
commit | 06f6fbffd4a41b4717aa4931580723eb0d98cc81 (patch) | |
tree | 099d62bac97c736570d3a7ec975171c8abbdcb4d /Misc | |
parent | 7b3902a20fa0f58b11824c2226c30f9cd0e71e88 (diff) | |
download | cpython-06f6fbffd4a41b4717aa4931580723eb0d98cc81.zip cpython-06f6fbffd4a41b4717aa4931580723eb0d98cc81.tar.gz cpython-06f6fbffd4a41b4717aa4931580723eb0d98cc81.tar.bz2 |
Fix #18530. Remove extra stat call from posixpath.ismount
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -162,6 +162,9 @@ Core and Builtins Library ------- +- Issue #18530: Remove additional stat call from posixpath.ismount. + Patch by Alex Gaynor. + - Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() - Issue #9177: Calling read() or write() now raises ValueError, not |