[Python-modules-team] Bug#753578: Packaging of python-requests breaks code relying on urllib3

2014-07-03 Thread Daniele Tricoli
Hello Markus, On Thursday 03 July 2014 12:47:00 Markus Unterwaditzer wrote: > To clarify, i fully understand why you do that. Sorry if I appeared to be rude: it was not my intention! I'm not a native speaker and I was in a hurry. > That isn't a choice made by me, i am just depending on requests

[Python-modules-team] Bug#753578: Packaging of python-requests breaks code relying on urllib3

2014-07-03 Thread Markus Unterwaditzer
Hi Daniele, On Thu, Jul 03, 2014 at 12:33:42PM +0200, Daniele Tricoli wrote: > Hello Markus, > thanks for your report! > > On Thursday 03 July 2014 11:27:34 Markus Unterwaditzer wrote: > > The patch for extracting urllib3 out of requests does not supply a stub for > > ``requests.packages.urllib3`

[Python-modules-team] Bug#753578: Packaging of python-requests breaks code relying on urllib3

2014-07-03 Thread Daniele Tricoli
Hello Markus, thanks for your report! On Thursday 03 July 2014 11:27:34 Markus Unterwaditzer wrote: > The patch for extracting urllib3 out of requests does not supply a stub for > ``requests.packages.urllib3``, which breaks other code explicitly importing > from that location. I will make this im

[Python-modules-team] Bug#753578: Packaging of python-requests breaks code relying on urllib3

2014-07-03 Thread Markus Unterwaditzer
Package: python-requests Version: 2.3.0-1 The patch for extracting urllib3 out of requests does not supply a stub for ``requests.packages.urllib3``, which breaks other code explicitly importing from that location. The bundled version of urllib3 is part of requests' API: http://www.python-requests