mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
merge with 3.2
This commit is contained in:
commit
20f6bc20bd
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ PyDoc_STRVAR(strip__doc__,
|
||||||
"B.strip([bytes]) -> bytes\n\
|
"B.strip([bytes]) -> bytes\n\
|
||||||
\n\
|
\n\
|
||||||
Strip leading and trailing bytes contained in the argument.\n\
|
Strip leading and trailing bytes contained in the argument.\n\
|
||||||
If the argument is omitted, strip trailing ASCII whitespace.");
|
If the argument is omitted, strip leading and trailing ASCII whitespace.");
|
||||||
static PyObject *
|
static PyObject *
|
||||||
bytes_strip(PyBytesObject *self, PyObject *args)
|
bytes_strip(PyBytesObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue