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 <step...@that.guru>

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

-- 
2.7.0

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to