-
-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add newline to StringIO #518
Add newline to StringIO #518
Conversation
Codecov Report
@@ Coverage Diff @@
## master #518 +/- ##
==========================================
+ Coverage 90.82% 90.84% +0.01%
==========================================
Files 28 28
Lines 2660 2664 +4
==========================================
+ Hits 2416 2420 +4
Misses 244 244
Continue to review full report at Codecov.
|
Thanks! May I ask you to also add a line in |
12aace0
to
6d25fbb
Compare
Have updated HISTORY as requested. |
HISTORY.md
Outdated
|
||
### Bugfixes | ||
|
||
- Add newline kwarg to `StringIO` (#518). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, but I would rather describe the functional benefit, something like Support solo CR in text input imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
6d25fbb
to
10bd273
Compare
This is a fix for #517.
Adding the newline kwarg to
StringIO
handles interpreting the LF char.https://docs.python.org/3/library/functions.html#open-newline-parameter