]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
oops. forgot about largefile support.
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 10:18:00 +0000 (10:18 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 10:18:00 +0000 (10:18 +0000)
Misc/NEWS

index 578ab0eab7f98722c0a9cb397fa3932e23554a58..419908be6cd7455d8bb4138abe56dfd366c811f4 100644 (file)
--- 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