1e8671d641
We are pleased to announce the release of Python 2.4.4 (FINAL), a bugfix release of Python 2.4, on October 18, 2006. Important: 2.4.4 includes a security fix (PSF-2006-001) for the repr() of unicode strings in wide unicode builds (UCS-4) [does not affect pkgsrc] Python 2.4 is now in bugfix-only mode; no new features are being added. At least 80 bugs have been squished since Python 2.4.3, including a number of bugs and potential bugs found by with the Coverity and Klocwork static analysis tools. We'd like to offer our thanks to both these firms for making this available for open source projects - see their websites if you're interested.
13 lines
581 B
Text
13 lines
581 B
Text
$NetBSD: patch-ae,v 1.5 2007/06/08 14:16:16 wiz Exp $
|
|
|
|
--- Lib/test/test_fcntl.py.orig 2006-10-03 13:08:57.000000000 +0000
|
|
+++ Lib/test/test_fcntl.py
|
|
@@ -20,7 +20,7 @@ else:
|
|
if sys.platform.startswith('atheos'):
|
|
start_len = "qq"
|
|
|
|
-if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin',
|
|
+if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'darwin',
|
|
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6',
|
|
'bsdos2', 'bsdos3', 'bsdos4',
|
|
'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'):
|