Kaydet (Commit) 36733699 authored tarafından Walter Dörwald's avatar Walter Dörwald

Add NEWS entry about bug #1076985.

üst 1902146e
......@@ -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
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment