diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 03:18:15 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 03:18:15 (GMT) |
commit | 48fec0539157db38a993ededb32a8f312ec09fb9 (patch) | |
tree | 4cea5afa658f50a6f4c5c46458241d02794bdd91 /Misc | |
parent | db7920b97874bf3988984fae57f4ca80fced558f (diff) | |
download | cpython-48fec0539157db38a993ededb32a8f312ec09fb9.zip cpython-48fec0539157db38a993ededb32a8f312ec09fb9.tar.gz cpython-48fec0539157db38a993ededb32a8f312ec09fb9.tar.bz2 |
Close #14846: Handle a sys.path entry going away
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins - Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. Patch by Serhiy Storchaka. +- Issue #14846: importlib.FileFinder now handles the case where the + directory being searched is removed after a previous import attempt + Library ------- |