Files
requests3/requests
Max Countryman bc5cc0dc92 potentially fixes #338
This attempts to fix an issue where encoding of a string might fail when the
encoding is set to some unknown format. Here we attempt to catch the
LookupException and subsequently blindly encode the string one final time.
That is we call str() over response.content without specifying an encoding.
This may still fail in certain cases but does properly handle the case of #338
by returning the expected string.
2012-03-09 17:30:35 -05:00
..
2012-03-09 07:55:54 -08:00
2012-02-20 14:02:13 -05:00
2012-02-15 02:01:36 -05:00
2012-03-09 07:55:54 -08:00
2012-03-09 08:51:03 -08:00
2012-01-21 07:07:18 -05:00
2012-03-09 17:30:35 -05:00
2012-02-28 20:16:01 +00:00
2012-01-23 00:15:25 -05:00
2012-01-23 00:15:25 -05:00