diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-07-23 12:16:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-07-23 12:16:41 (GMT) |
commit | c9e1c7d97f97a4aa18b984bb62dedaf6bb5aa251 (patch) | |
tree | a221da32da6cec2c5e088e1b56586f3cf6304a79 /Misc/NEWS | |
parent | e186e384f4fb11158b448d94f37aaf2a3ed6b45e (diff) | |
download | cpython-c9e1c7d97f97a4aa18b984bb62dedaf6bb5aa251.zip cpython-c9e1c7d97f97a4aa18b984bb62dedaf6bb5aa251.tar.gz cpython-c9e1c7d97f97a4aa18b984bb62dedaf6bb5aa251.tar.bz2 |
Issue #6095: Make directory argument to os.listdir optional.
Patch by Virgil Dupras.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |