commit | 1d19f97eedb69096933917e35e18c49003bd9e39 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 12 10:52:07 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 12 10:52:07 2014 +0200 |
tree | a42d401e29eae1dfac7e89978325a52fa9f64715 | |
parent | ee09d7c098ae4e52a9110ea0e1b55de3996c59f5 [diff] [blame] |
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. Based on patch by Stephen Tu.
diff --git a/Misc/NEWS b/Misc/NEWS index d2ef384..a823fa7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Library ------- +- Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. + Based on patch by Stephen Tu. + - Issue #20594: Avoid name clash with the libc function posix_close. - Issue #19856: shutil.move() failed to move a directory to other directory