summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-09-18 23:34:07 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-09-18 23:34:07 (GMT)
commiteb19dce085de9723678acb8909b403a4c459c86a (patch)
tree750a297a6ad1b5983411b52c6b16c726fcf09453 /Misc/NEWS
parent98b46702d2798d0db258a02f6a1854dfc5f659fd (diff)
downloadcpython-eb19dce085de9723678acb8909b403a4c459c86a.zip
cpython-eb19dce085de9723678acb8909b403a4c459c86a.tar.gz
cpython-eb19dce085de9723678acb8909b403a4c459c86a.tar.bz2
Issue #1686: Fix string.Template when overriding the pattern attribute.
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 34cea64..cdac64e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,8 @@ Core and Builtins
Library
-------
+- Issue #1686: Fix string.Template when overriding the pattern attribute.
+
- Issue #9854: SocketIO objects now observe the RawIOBase interface in
non-blocking mode: they return None when an operation would block (instead
of raising an exception).