summaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-Doc-library-fcntl.rst
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-15 19:12:51 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-15 19:12:51 +0000
commit61b31f74b45ae151e324b183ddfe33e659c6da57 (patch)
tree3a1f97194b116ac6ba347095f35095a7285ae341 /lang/python27/files/patch-Doc-library-fcntl.rst
parent- Update to 3.3.3 (diff)
- Introduce Python 2.7.0
Original work by: wen
Notes
Notes: svn path=/head/; revision=259318
Diffstat (limited to 'lang/python27/files/patch-Doc-library-fcntl.rst')
-rw-r--r--lang/python27/files/patch-Doc-library-fcntl.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python27/files/patch-Doc-library-fcntl.rst b/lang/python27/files/patch-Doc-library-fcntl.rst
new file mode 100644
index 000000000000..0e7245689987
--- /dev/null
+++ b/lang/python27/files/patch-Doc-library-fcntl.rst
@@ -0,0 +1,11 @@
+--- Doc/library/fcntl.rst.orig 2010-08-14 16:19:09.194215129 +0800
++++ Doc/library/fcntl.rst 2010-08-14 16:19:36.999453016 +0800
+@@ -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.