diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 10:08:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-18 10:08:32 +0000 |
commit | 213ae9a9a4fe56c95f02809a23c26af8a030b5c3 (patch) | |
tree | c2f4ec73918caaebb9c2c64e402a93f52f94018e /lang/python23/files/patch-Lib::posixfile.py | |
parent | - Reset maintainer, his email bounces: (diff) |
- Get rid python-2.3 and python-3.0 (no longer under developement)
Reviewed by: alexbl, clsung, pav
Diffstat (limited to 'lang/python23/files/patch-Lib::posixfile.py')
-rw-r--r-- | lang/python23/files/patch-Lib::posixfile.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/python23/files/patch-Lib::posixfile.py b/lang/python23/files/patch-Lib::posixfile.py deleted file mode 100644 index b32bca0f4d65..000000000000 --- a/lang/python23/files/patch-Lib::posixfile.py +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /cvsroot/python/python/dist/src/Lib/posixfile.py,v -retrieving revision 1.25 -retrieving revision 1.26 -diff -u -r1.25 -r1.26 ---- Lib/posixfile.py 2004/02/12 17:35:06 1.25 -+++ Lib/posixfile.py 2004/08/18 15:13:40 1.26 -@@ -185,7 +185,7 @@ - if sys.platform in ('netbsd1', - 'openbsd2', - 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', -- 'bsdos2', 'bsdos3', 'bsdos4'): -+ 'freebsd6', 'freebsd7', 'freebsd8', 'bsdos2', 'bsdos3', 'bsdos4'): - flock = struct.pack('lxxxxlxxxxlhh', \ - l_start, l_len, os.getpid(), l_type, l_whence) - elif sys.platform in ['aix3', 'aix4']: |