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

DeprecationWarning: 'U' mode is deprecated #472

Closed
ghost opened this issue Dec 9, 2015 · 1 comment
Closed

DeprecationWarning: 'U' mode is deprecated #472

ghost opened this issue Dec 9, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 9, 2015

Originally reported by: yitezhan (Bitbucket: yitezhan, GitHub: Unknown)


File "/usr/lib/python3.4/vendor-packages/pkg_resources/__init__.py", line 2024, in get_metadata
    with io.open(self.path, 'rU', encoding='utf-8') as f:
DeprecationWarning: 'U' mode is deprecated

@ghost
Copy link
Author

ghost commented Dec 9, 2015

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


Remove deprecated use of 'U' in io.open mode parameter. Fixes #472.

@ghost ghost added major bug labels Mar 29, 2016
@ghost ghost closed this as completed Mar 29, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants