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
Use the correct force_utf8 function based on Python version.
Import the experimental version of force_utf8 wholesale with a py ver
specific suffix and expose the correct implementation dependent on PY2.
Import the experimental breanch version of force_utf8 wholesale adding a
python specific suffix and expose the correct implementation dependent on PY2.
Include making use of forcing InputException messages to a native string
(also taken directly from experimental) which ensures strings are handed
back on __str__() on InputException thus safeinput tests pass everywhere.
0 commit comments