Package: python-requests Version: 2.4.3-5 Severity: important I've seen that you recently patched several times python-requests to use the global python-urllib3. I found a new issue with it (sorry :-)), the resulting urllib3 package don't behave the same as the original one:
$ python
>>> from urllib3.filepost import iter_field_objects
>>> iter_field_objects
<function iter_field_objects at 0x7f82cfbf0848>
>>> from requests.packages.urllib3.filepost import iter_field_objects
>>> Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name iter_field_objects
>>>
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (500, 'stable'), (100,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-requests depends on:
ii ca-certificates 20141019
ii python-chardet 2.3.0-1
ii python-urllib3 1.9.1-3
pn python:any <none>
Versions of packages python-requests recommends:
pn python-ndg-httpsclient <none>
ii python-openssl 0.14-1
ii python-pyasn1 0.1.7-1
python-requests suggests no packages.
-- no debconf information
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

