Files
requests3/requests
Martijn Pieters 5ee8b348eb Reinstate falling back to self.text for JSON responses
A JSON response that has no encoding specified will be decoded with a detected UTF codec (compliant with the JSON RFC), but if that fails, we guessed wrong and need to fall back to charade character detection (via `self.text`). Kenneth removed this functionality (by accident?) in 1451ba0c6d, this reinstates it again and adds a log warning.

Fixes #1674
2014-02-03 12:00:14 +00:00
..
2013-12-05 17:41:25 -05:00
2013-12-04 06:45:18 -06:00
2013-12-05 17:51:10 -05:00
2013-01-27 02:04:12 +01:00
2013-12-06 09:02:45 -05:00
2013-12-04 06:45:18 -06:00