mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge 3.2
This commit is contained in:
commit
408026c7e8
4 changed files with 5 additions and 4 deletions
|
@ -641,7 +641,7 @@ PyDoc_STRVAR(textiowrapper_doc,
|
|||
"enabled. With this enabled, on input, the lines endings '\\n', '\\r',\n"
|
||||
"or '\\r\\n' are translated to '\\n' before being returned to the\n"
|
||||
"caller. Conversely, on output, '\\n' is translated to the system\n"
|
||||
"default line seperator, os.linesep. If newline is any other of its\n"
|
||||
"default line separator, os.linesep. If newline is any other of its\n"
|
||||
"legal values, that newline becomes the newline when the file is read\n"
|
||||
"and it is returned untranslated. On output, '\\n' is converted to the\n"
|
||||
"newline.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue