Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a7f96 commit 24b8881Copy full SHA for 24b8881
1 file changed
Doc/api/concrete.tex
@@ -1319,10 +1319,11 @@ \subsubsection{Methods and Slot Functions \label{unicodeMethodsAndSlots}}
1319
\end{cfuncdesc}
1320
1321
\begin{cfuncdesc}{PyObject*}{PyUnicode_Splitlines}{PyObject *s,
1322
- int maxsplit}
+ int keepend}
1323
Split a Unicode string at line breaks, returning a list of Unicode
1324
- strings. CRLF is considered to be one line break. The Line break
1325
- characters are not included in the resulting strings.
+ strings. CRLF is considered to be one line break. If \var{keepend}
+ is 0, the Line break characters are not included in the resulting
1326
+ strings.
1327
1328
1329
\begin{cfuncdesc}{PyObject*}{PyUnicode_Translate}{PyObject *str,
0 commit comments