]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS entry for #1882.
authorGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 18:36:51 +0000 (18:36 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 18:36:51 +0000 (18:36 +0000)
Misc/NEWS

index 23201801c9803df9a6705b53007702de45832e47..3235111f7deea02469a912694ac2d73cadd1ca62 100644 (file)
--- 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