[PATCH v2 0/3] pwclient: python 3 and proxy support

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Dec 13 21:37:44 AEDT 2016


These patches should close the issues #47 and #59 by adding proxy support
and fixing authentication (for write operations) with Python 3.
Note: I have not tested with https.

The last patch tries to fix the strings and patch files with Python 3.
I am not sure to understand all these encoding stuff but it works for me.

These patches were tested with patchwork 1.1 and ported to the master branch.
If they are accepted, a backport on 1.1 would be greatly appreciated. Thanks

Thomas Monjalon (3):
  pwclient: Rework HTTP authentication
  pwclient: Support proxy configuration
  pwclient: Fix Python 3 encoding of received strings

changes in v2:
- do not test empty strings against None: s/ is not None//
- add Reviewed-by: Stephen Finucane <stephen at that.guru>

 patchwork/bin/pwclient | 77 ++++++++++++++++++++++++++++----------------------
 1 file changed, 44 insertions(+), 33 deletions(-)

-- 
2.7.0



More information about the Patchwork mailing list