summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-24 15:10:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-24 15:10:27 (GMT)
commit54686e3c2981a18521db088ffc16d5f4e5983e75 (patch)
tree86afa9a9a67921ac67eecdeba04681deca334843 /Misc
parente098c4abe5d17fdd469d84ae740eb8bbd8ba9667 (diff)
downloadcpython-54686e3c2981a18521db088ffc16d5f4e5983e75.zip
cpython-54686e3c2981a18521db088ffc16d5f4e5983e75.tar.gz
cpython-54686e3c2981a18521db088ffc16d5f4e5983e75.tar.bz2
#4736 BufferRWPair.closed shouldn't try to call another property as a function
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 7753924..026e478 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,8 @@ Core and Builtins
Library
-------
+- Issue #4736: io.BufferedRWPair's closed property now functions properly.
+
- Issue #3954: Fix a potential SystemError in _hotshot.logreader error
handling.