diff options
| author | Georg Brandl <georg@python.org> | 2008-01-21 18:36:51 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-01-21 18:36:51 (GMT) |
| commit | 26543b1dfa62dffd71a27062df28afccd41bc617 (patch) | |
| tree | e2dc8fb1d9aae678e88d8da2a23a34af4792aace | |
| parent | 38d1715b0da55238e0c984177848f0005ebc98cf (diff) | |
| download | cpython-26543b1dfa62dffd71a27062df28afccd41bc617.zip cpython-26543b1dfa62dffd71a27062df28afccd41bc617.tar.gz cpython-26543b1dfa62dffd71a27062df28afccd41bc617.tar.bz2 | |
Add NEWS entry for #1882.
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
