-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Add with_suffix
#670
Add with_suffix
#670
Conversation
Codecov Report
@@ Coverage Diff @@
## master #670 +/- ##
=======================================
Coverage 99.72% 99.73%
=======================================
Files 4 4
Lines 739 750 +11
Branches 168 170 +2
=======================================
+ Hits 737 748 +11
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Please add an explicit test that replaces one suffix with other.
@asvetlov done |
Thanks! |
Hi! I got v1.7.2 and this merge is still missing from it, it seems? |
@michaelaye I think, it exists in v1.8 |
ah, but no conda package after 1.7.2 hence the confusion. Is there a problem with building conda? Need help? |
conda-forge/yarl-feedstock#45 is still open |
What do these changes do?
Adds
suffix
,suffixes
,with_suffix
Are there changes in behavior for the user?
Related issue number
Closes #613
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.