From: Georg Brandl Date: Mon, 21 Jan 2008 18:36:54 +0000 (+0000) Subject: Add NEWS entry for #1882. X-Git-Tag: v2.5.2c1~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78d50ccdf93d98d39fa7ec741a401d6bf2db815a;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for #1882. (backport from rev. 60170) --- diff --git a/Misc/NEWS b/Misc/NEWS index 984a692ea868..00db9afca160 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 2.5.2c1? Core and builtins ----------------- +- Issue #1882: when compiling code from a string, encoding cookies in the + second line of code were not always recognized correctly. + - Bug #1517: Possible segfault in lookup(). - Issue #1638: %zd configure test fails on Linux.