pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
151 stars 59 forks source link

Address MultiEnum incompatibility issue with Python 3.6+ #32

Closed pgaref closed 7 years ago

pgaref commented 7 years ago

As part of (#30) and proxyObject we introduced MultiEnums. The jira below describes the issue https://bitbucket.org/stoneleaf/enum34/issues/19/enum34-isnt-compatible-with-python-36

Possible solution? https://github.com/grpc/grpc/pull/10227