From 4afb75d8502959a35e9463f362571e301b003a5f Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Thu, 10 Jan 2002 10:18:00 +0000 Subject: [PATCH] oops. forgot about largefile support. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3