-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
For make raw_input compatible with python3 #7729
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
Conversation
Can you either un-densify this (we enforce pep8/pycodestlye as part of our test suite) or use |
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.
Either add new lines or use from six.moves import input
Ok @tacaswell first let me add new lines if its work for pep8 issue then done. Otherwise I will use |
This commit remove the pep8 warning from this file
@tacaswell its done please review it and let me know if any other modification required. |
Current coverage is 62.12% (diff: 100%)@@ master #7729 diff @@
==========================================
Files 174 174
Lines 56028 56028
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 34805 34805
Misses 21223 21223
Partials 0 0
|
Please do not backport this until after 2.0 final is out. |
Backported to |
For make raw_input compatible with python3
Fix issue #7388