Skip to content
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

rU deprecated #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

rU deprecated #11

wants to merge 1 commit into from

Conversation

galicae
Copy link

@galicae galicae commented May 21, 2024

apparently universal newlines ("rU" mode) is deprecated since 3.5 according to the documentation. It's supposed to be handled with newline='' instead (see StackOverflow as well)

apparently universal newlines ("rU" mode) is deprecated since 3.5 [according to the documentation](https://docs.python.org/3.5/library/functions.html#open). It's supposed to be handled with `newline=''` instead (see [StackOverflow](https://stackoverflow.com/questions/38093326/whats-the-difference-between-rb-and-ru-in-the-open-function-for-csv) as well)
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.

1 participant