You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python 2.7, encode strings in add_header() as ASCII (#72)
* In Python 2, encode other strings in add_header() calls into ASCII so getting this filename does not cause Unicode errors
* Fix test compatibility in Python3
0 commit comments