File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -1079,34 +1079,6 @@ available. They are listed here in alphabetical order.
1079
1079
returns an empty iterator.
1080
1080
1081
1081
1082
- .. % ---------------------------------------------------------------------------
1083
-
1084
-
1085
- .. _non-essential-built-in-funcs :
1086
-
1087
- Non-essential Built-in Functions
1088
- ================================
1089
-
1090
- There are several built-in functions that are no longer essential to learn, know
1091
- or use in modern Python programming. They have been kept here to maintain
1092
- backwards compatibility with programs written for older versions of Python.
1093
-
1094
- Python programmers, trainers, students and bookwriters should feel free to
1095
- bypass these functions without concerns about missing something important.
1096
-
1097
-
1098
- .. XXX does this go away?
1099
- .. function :: buffer(object[, offset[, size]])
1100
-
1101
- The *object * argument must be an object that supports the buffer call interface
1102
- (such as strings, arrays, and buffers). A new buffer object will be created
1103
- which references the *object * argument. The buffer object will be a slice from
1104
- the beginning of *object * (or from the specified *offset *). The slice will
1105
- extend to the end of *object * (or will have a length given by the *size *
1106
- argument).
1107
-
1108
-
1109
-
1110
1082
.. rubric :: Footnotes
1111
1083
1112
1084
.. [# ] Specifying a buffer size currently has no effect on systems that don't have
You can’t perform that action at this time.
0 commit comments