-
Notifications
You must be signed in to change notification settings - Fork 107
Remove deprecated code #169
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
Codecov Report
@@ Coverage Diff @@
## master #169 +/- ##
==========================================
- Coverage 94.40% 93.72% -0.69%
==========================================
Files 7 6 -1
Lines 465 430 -35
Branches 92 88 -4
==========================================
- Hits 439 403 -36
- Misses 16 19 +3
+ Partials 10 8 -2
|
Should #150 be closed? |
Suffice to say, I had forgotten about it, and I did not bother checking for related pull requests. |
import warnings | ||
from io import BytesIO | ||
|
||
from w3lib.util import unicode_to_str |
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.
would you mind adding deprecation warnings to these functions? I think this was the only place unicode_to_str is used, and the names are all wrong
Closes #150