aboutsummaryrefslogtreecommitdiff
path: root/math/sage/files/spkg-patch-python-2.7.2.p4_-_src_Doc_library_fcntl.rst
blob: 550fd75eefca3b0cdcfc803fa7d9d1fc3c666751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- python-2.7.2.p4/src/Doc/library/fcntl.rst.orig	2011-06-11 15:46:23.000000000 +0000
+++ python-2.7.2.p4/src/Doc/library/fcntl.rst	2012-04-22 00:31:48.000000000 +0000
@@ -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.