projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1902146
)
Add NEWS entry about bug #1076985.
author
Walter Dörwald
<walter@livinglogic.de>
Wed, 22 Dec 2004 12:50:50 +0000
(12:50 +0000)
committer
Walter Dörwald
<walter@livinglogic.de>
Wed, 22 Dec 2004 12:50:50 +0000
(12:50 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index ad0518b9a2b8ed2b6806e9440fd7f37e5c3f9941..dd340550425e00059123cfbe98581dbf8b1e0bf0 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-60,6
+60,10
@@
Library
- heapq.nsmallest() and heapq.nlargest() now support key= arguments with
the same meaning as in list.sort().
+- Bug #1076985: ``codecs.StreamReader.readline()`` now calls ``read()`` only
+ once when a size argument is given. This prevents a buffer overflow in the
+ tokenizer with very long source lines.
+
Build
-----