diff options
| author | bwarsaw | 2001-02-15 16:58:21 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-15 16:58:21 +0000 |
| commit | 1f1a31b68e66a5f24c29f12cdb98926724f857b7 (patch) | |
| tree | 787e856b751c860d7ca7958786077813e7a5ffa1 | |
| parent | b510a1a2b75b3dd22937e2e6b35e3538a40c8d33 (diff) | |
| download | mailman-1f1a31b68e66a5f24c29f12cdb98926724f857b7.tar.gz mailman-1f1a31b68e66a5f24c29f12cdb98926724f857b7.tar.zst mailman-1f1a31b68e66a5f24c29f12cdb98926724f857b7.zip | |
The posixfile.py problem is no longer relevant for Python 2.0
| -rw-r--r-- | README.BSD | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/README.BSD b/README.BSD index 93d755fe5..0a0669741 100644 --- a/README.BSD +++ b/README.BSD @@ -1,5 +1,5 @@ Mailman - The GNU Mailing List Management System -Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA BSD ISSUES @@ -19,14 +19,6 @@ BSD ISSUES This turns off the chmod g+s on each directory as they are installed. -2. There is a known problem with the posixfile.py module in all - versions of Python before 1.5.2 final (the problem was /not/ fixed - in Python 1.5.2b2). This will cause errors in Mailman's locking - routines. See this message from the mailman-developers archive - which explains things in greater detail. Guido provides a patch. - - http://www.python.org/pipermail/mailman-developers/1999-March/001008.html - Local Variables: |
