diff options
author | Jesus Cea <jcea@jcea.es> | 2011-09-19 15:08:18 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-09-19 15:08:18 (GMT) |
commit | bc566b00adb18c77331f5786525c4584984fda51 (patch) | |
tree | c6d92298492ed5c9bb6386a1db73344d4bcc95c2 /Misc/NEWS | |
parent | 1d678f841363d8636cb02510d31e4e4fb9d8815f (diff) | |
download | cpython-bc566b00adb18c77331f5786525c4584984fda51.zip cpython-bc566b00adb18c77331f5786525c4584984fda51.tar.gz cpython-bc566b00adb18c77331f5786525c4584984fda51.tar.bz2 |
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ Library - Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. +- Issue #13007: whichdb should recognize gdbm 1.9 magic numbers. + - Issue #12213: Fix a buffering bug with interleaved reads and writes that could appear on BufferedRandom streams. |