]> granicus.if.org Git - python/commitdiff
(Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Jan 2013 02:38:38 +0000 (03:38 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Jan 2013 02:38:38 +0000 (03:38 +0100)
1  2 
Misc/NEWS
Modules/_io/fileio.c

diff --cc Misc/NEWS
index 9e629e416431d4a48a7bda4f20e788d784053c63,e4fd504eb3eff282d47c47f2f12db37a1f85a8ef..b00dc53b4648828593d3db2c6bd9ddc9741846a8
+++ b/Misc/NEWS
@@@ -10,6 -12,14 +10,8 @@@ What's New in Python 3.4.0 Alpha 1
  Core and Builtins
  -----------------
  
 -- Issue #16455: On FreeBSD and Solaris, if the locale is C, the
 -  ASCII/surrogateescape codec is now used, instead of the locale encoding, to
 -  decode the command line arguments. This change fixes inconsistencies with
 -  os.fsencode() and os.fsdecode() because these operating systems announces an
 -  ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
 -
+ - Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
  - Issue #16761: Calling int() with base argument only now raises TypeError.
  
  - Issue #16759: Support the full DWORD (unsigned long) range in Reg2Py
Simple merge