From: Anthony Baxter Date: Thu, 10 Jan 2002 10:18:00 +0000 (+0000) Subject: oops. forgot about largefile support. X-Git-Tag: v2.1.2c1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4afb75d8502959a35e9463f362571e301b003a5f;p=thirdparty%2FPython%2Fcpython.git oops. forgot about largefile support. --- diff --git a/Misc/NEWS b/Misc/NEWS index 578ab0eab7f9..419908be6cd7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,9 @@ notable fixes: - The Python compiler package was updated to correctly calculate stack depth in some cases. This was affecting Zope Python Scripts rather badly. +- Largefile support was added (but not on by default, you'll need to follow + the instructions in the documentation of the posix module). + - SF bug #443120: Fix a cgi.py denial-of-service attack, - socketmodule's SSL_read and SSL_write now release the global interpreter