Skip to content

Accept tuple for first arg in str.startswith and str.endswith #967

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

Merged

Conversation

BenLewis-Seequent
Copy link

For #958

@codecov-io
Copy link

Codecov Report

Merging #967 into master will decrease coverage by 0.08%.
The diff coverage is 52.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #967      +/-   ##
==========================================
- Coverage   64.88%   64.79%   -0.09%     
==========================================
  Files          90       90              
  Lines       16048    16087      +39     
  Branches     3634     3640       +6     
==========================================
+ Hits        10412    10424      +12     
- Misses       3231     3255      +24     
- Partials     2405     2408       +3
Impacted Files Coverage Δ
vm/src/function.rs 57.46% <40%> (-0.83%) ⬇️
vm/src/obj/objstr.rs 76.13% <55%> (-0.84%) ⬇️
vm/src/builtins.rs 68.02% <56.25%> (-0.19%) ⬇️
vm/src/sysmodule.rs 58.46% <0%> (-8.21%) ⬇️
vm/src/stdlib/os.rs 68.58% <0%> (-0.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9dcfacb...90711f1. Read the comment docs.

@windelbouwman windelbouwman merged commit e1416f5 into RustPython:master May 12, 2019
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.

4 participants