From: Georg Brandl Date: Mon, 21 Jan 2008 18:36:51 +0000 (+0000) Subject: Add NEWS entry for #1882. X-Git-Tag: v2.6a1~475 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26543b1dfa62dffd71a27062df28afccd41bc617;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for #1882. --- diff --git a/Misc/NEWS b/Misc/NEWS index 23201801c980..3235111f7dee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Issue #1882: when compiling code from a string, encoding cookies in the + second line of code were not always recognized correctly. + - Issue #1679: "0x" was taken as a valid integer literal. - Issue #1865: Bytes as an alias for str and b"" as an alias "" were