jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

Remove the "strict" parameter of http.client for Python 3.4+ compatability #34

Closed 4tar closed 9 years ago

4tar commented 10 years ago

The http.client class has obsoleted the parameter 'strict' since Python 3.4, adopt this change in our AuthServiceProxy class to be compatible.

Signed-off-by: Huang Le 4tarhl@gmail.com

addisonamiri commented 10 years ago

Does this mean python-bitcoinrpc is Python 3 compatable? If so I'll update the README.

4tar commented 10 years ago

@addisonamiri Yes, after the change made in this PR, I've used it for several weeks without any problem.

alecalve commented 9 years ago

It appears that python-bitcoinrpc won’t be fully Python 3 compatible until #39 is merged.

jgarzik commented 9 years ago

Superceded - please check tip and see if further changes are needed