summaryrefslogtreecommitdiff
path: root/lang/python21/files/patch-Lib:posixfile.py
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-01-27 03:38:41 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-01-27 03:38:41 +0000
commit85974a09198fd2b7dca68a34e4b975353b5360dd (patch)
tree2409dae710da6286c13c6f9f135b90dfd7dcb281 /lang/python21/files/patch-Lib:posixfile.py
parentUpdate to the 20070122 snapshot of GCC 4.1.2. (diff)
Remove python21 and python22. These version lines are long deprecated and
no ports require them. Approved by: python@
Notes
Notes: svn path=/head/; revision=183379
Diffstat (limited to 'lang/python21/files/patch-Lib:posixfile.py')
-rw-r--r--lang/python21/files/patch-Lib:posixfile.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/python21/files/patch-Lib:posixfile.py b/lang/python21/files/patch-Lib:posixfile.py
deleted file mode 100644
index 4cde86d3d732..000000000000
--- a/lang/python21/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', 'bsdos2', 'bsdos3', 'bsdos4'):
- flock = struct.pack('lxxxxlxxxxlhh', \
- l_start, l_len, os.getpid(), l_type, l_whence)
- elif sys.platform in ['aix3', 'aix4']: