mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge typo fixes from 3.4 into 3.5
This commit is contained in:
commit
3f930dcd87
9 changed files with 9 additions and 9 deletions
|
@ -750,7 +750,7 @@ _io_StringIO___init___impl(stringio *self, PyObject *value,
|
|||
/* If newline == "", we don't translate anything.
|
||||
If newline == "\n" or newline == None, we translate to "\n", which is
|
||||
a no-op.
|
||||
(for newline == None, TextIOWrapper translates to os.sepline, but it
|
||||
(for newline == None, TextIOWrapper translates to os.linesep, but it
|
||||
is pointless for StringIO)
|
||||
*/
|
||||
if (newline != NULL && newline[0] == '\r') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue