summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-22 18:02:59 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-22 18:02:59 (GMT)
commitf0de6a18bb7b016a016dd58c49364ca63b965724 (patch)
tree81d0cf3f1a697d5d34a61924d834da789d18b2b3 /Misc
parentf21a5f773964d34c7b6deb7e3d753fae2b9c70e2 (diff)
downloadcpython-f0de6a18bb7b016a016dd58c49364ca63b965724.zip
cpython-f0de6a18bb7b016a016dd58c49364ca63b965724.tar.gz
cpython-f0de6a18bb7b016a016dd58c49364ca63b965724.tar.bz2
Bug #1266283: lexists() is not exported from os.path
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b4068e..592a622 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1692,6 +1692,8 @@ Extension modules
Library
-------
+- Bug #1266283: The new function "lexists" is now in os.path.__all__.
+
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
the documented behavior: the function passed to the onerror()
handler can now also be os.listdir.