summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0bc66e8..8ef64e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1440,6 +1440,8 @@ Library
Extension Modules
-----------------
+- Issue #6095: Make directory argument to os.listdir optional.
+
- Issue #9277: Fix bug in struct.pack for bools in standard mode
(e.g., struct.pack('>?')): if conversion to bool raised an exception
then that exception wasn't properly propagated on machines where