commit | eb19dce085de9723678acb8909b403a4c459c86a | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sat Sep 18 23:34:07 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sat Sep 18 23:34:07 2010 +0000 |
tree | 750a297a6ad1b5983411b52c6b16c726fcf09453 | |
parent | 98b46702d2798d0db258a02f6a1854dfc5f659fd [diff] [blame] |
Issue #1686: Fix string.Template when overriding the pattern attribute.
diff --git a/Misc/NEWS b/Misc/NEWS index 34cea64..cdac64e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -52,6 +52,8 @@ 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).