-
Notifications
You must be signed in to change notification settings - Fork 95
builtin: Update builtin_all and builtin_any for Python3 #15
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
bfeae97
to
c3410f1
Compare
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
==========================================
- Coverage 64.43% 64.41% -0.03%
==========================================
Files 55 55
Lines 9772 9766 -6
==========================================
- Hits 6297 6291 -6
Misses 3008 3008
Partials 467 467
Continue to review full report at Codecov.
|
perhaps create a PR with only the appveyor stuff? |
@sbinet |
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.
LGTM
it seems travis is in one of its bad days (it doesn't manage to find your commit...) could you rebase on top of the latest |
Update builtin_all and builtin_any for Python3 reference: - https://docs.python.org/3/library/functions.html#all - https://docs.python.org/3/library/functions.html#all Fixes: go-python#14
@sbinet PTAL |
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.
LGTM.
let's wait for @ncw as well.
@ncw PTAL |
I think that looks great now :-) |
Update builtin_all and builtin_any for Python3
reference:
Fixes: #14