Skip to content

Split docstring with /\r?\n/ rather than os.EOL. fix #888#917

Merged
DonJayamanne merged 1 commit intoDonJayamanne:masterfrom
yzhang-gh:master
Apr 27, 2017
Merged

Split docstring with /\r?\n/ rather than os.EOL. fix #888#917
DonJayamanne merged 1 commit intoDonJayamanne:masterfrom
yzhang-gh:master

Conversation

@yzhang-gh
Copy link
Copy Markdown
Contributor

The new line character in docstring doesn't depend on os.EOL

On Windows, the os.EOL is \r\n, so the \n in docstring won't be split.

nosplit

And this will fix #888.

@DonJayamanne DonJayamanne merged commit 952fcf2 into DonJayamanne:master Apr 27, 2017
@DonJayamanne
Copy link
Copy Markdown
Owner

Thanks

DonJayamanne added a commit that referenced this pull request May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants