projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bdff2c
)
Add NEWS entry for #1882.
author
Georg Brandl
<georg@python.org>
Mon, 21 Jan 2008 18:36:54 +0000
(18:36 +0000)
committer
Georg Brandl
<georg@python.org>
Mon, 21 Jan 2008 18:36:54 +0000
(18:36 +0000)
(backport from rev. 60170)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 984a692ea86828673b620c9b95ea34e93f21b643..00db9afca1606d510ab209dde0f88badd315ac64 100644
(file)
--- 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.