Closed lifuhuang closed 7 years ago
Thanks for the PR. To make sure that this stays fixed: could you please add a test for the issue reported in #58 that fails before this PR and passes afterwards?
Thank you for suggestion. Working on the test cases.
Looks good to me. @sethwoodworth @MasterOdin: are you happy to merge this?
I'm good with it
Removed the manual setting of
requests.encoding
and haveload_text
read from cache every time. Now it it able to load text of encoding other than utf-8.Test case in issue #62 : Running in shell
Before this patch:
Now: