commit | 73363e817a45992d4299fe6634de2bee5e4a2768 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jul 28 01:39:45 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jul 28 01:39:45 2010 +0000 |
tree | 12bcb6ed2034759c86979ed93fdf197310fb169c | |
parent | 3ff4463b356b79109fd7f71ef4507fb079871659 [diff] [blame] |
Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and utf-16 incremental encoders.
diff --git a/Misc/NEWS b/Misc/NEWS index 58abb15..02472c8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and + utf-16 incremental encoders. + - Issue #7113: Speed up loading in ConfigParser. Patch by Ćukasz Langa. - Issue #3704: cookielib was not properly handling URLs with a / in the