Files
requests3/requests
Ian Cordasco eec44dbbb1 Check that a filename is a basestring instance
Instead of only checking one or another type of string-like object that
we accept, let's be able to check both. Previously, we only checked if
the filename was an instance of the native str type which on Python 2
excluded unicode filenames and bytes-like filenames on Python 3.

Fixes #2411
2015-01-20 20:44:52 -06:00
..
2014-11-12 13:58:03 -06:00
2013-12-05 17:51:10 -05:00
2014-12-24 14:54:49 +00:00
2014-12-16 22:49:24 -06:00
2014-08-24 19:46:46 -07:00