summaryrefslogtreecommitdiff
path: root/lang/python26/files/patch-Doc-library-fcntl.rst
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-13 21:06:11 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-13 21:06:11 +0000
commit6b91ba7b052b25ffe456e9eccc00ae368cd315ed (patch)
tree0e67f4e1da9834cc1ef71b566112a16bdd1ee5f4 /lang/python26/files/patch-Doc-library-fcntl.rst
parentUpdate to 1.1.10 (diff)
Remove python26, it is expired and nothing depends on it anymore.
Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
Notes
Notes: svn path=/head/; revision=339637
Diffstat (limited to 'lang/python26/files/patch-Doc-library-fcntl.rst')
-rw-r--r--lang/python26/files/patch-Doc-library-fcntl.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python26/files/patch-Doc-library-fcntl.rst b/lang/python26/files/patch-Doc-library-fcntl.rst
deleted file mode 100644
index 58019637a5f6..000000000000
--- a/lang/python26/files/patch-Doc-library-fcntl.rst
+++ /dev/null
@@ -1,11 +0,0 @@
---- Doc/library/fcntl.rst.orig 2009-10-27 10:29:22.000000000 -0400
-+++ Doc/library/fcntl.rst 2010-06-24 22:28:28.000000000 -0400
-@@ -50,8 +50,6 @@
- operations are typically defined in the library module :mod:`termios` and the
- argument handling is even more complicated.
-
-- The op parameter is limited to values that can fit in 32-bits.
--
- The parameter *arg* can be one of an integer, absent (treated identically to the
- integer ``0``), an object supporting the read-only buffer interface (most likely
- a plain Python string) or an object supporting the read-write buffer interface.