This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 21ed4a2f6 THRIFT-5811: Add ESM support to nodejs codegen Client:
nodejs Patch: Cameron Martin <[email protected]>
add 3494e1cd0 replace "utf8" alias by canonical "utf-8" locale code +
remove the second Python2 vs Py3 compat.py Client: py Patch: Alexandre Detiste
No new revisions were added by this update.
Summary of changes:
lib/py/src/compat.py | 29 -----------------------
lib/py/src/protocol/TBinaryProtocol.py | 6 ++---
lib/py/src/protocol/TCompactProtocol.py | 6 ++---
lib/py/src/protocol/TJSONProtocol.py | 6 ++---
lib/py/src/protocol/TProtocol.py | 9 ++++---
lib/py/src/transport/THeaderTransport.py | 31 ++++++++++++-------------
lib/py/src/transport/TTransport.py | 40 ++++++++++++++++----------------
lib/py/src/transport/TZlibTransport.py | 17 +++++++-------
lib/py/test/thrift_json.py | 1 -
9 files changed, 55 insertions(+), 90 deletions(-)
delete mode 100644 lib/py/src/compat.py