diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-18 23:34:07 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-18 23:34:07 (GMT) |
commit | eb19dce085de9723678acb8909b403a4c459c86a (patch) | |
tree | 750a297a6ad1b5983411b52c6b16c726fcf09453 /Misc/NEWS | |
parent | 98b46702d2798d0db258a02f6a1854dfc5f659fd (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |