THRIFT-335. python: Initial implementation of TCompactProtocol
authorDavid Reiss <dreiss@apache.org>
Mon, 27 Sep 2010 17:28:15 +0000 (17:28 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 27 Sep 2010 17:28:15 +0000 (17:28 +0000)
commitabafd79aeede6c1f20632e41ff6e80d99e6fe479
treebc2ab5e9a1366b91528c70361918e772dd54eea3
parent833ae492902c08ab13ebc4efa73adef0a4936dff
THRIFT-335. python: Initial implementation of TCompactProtocol

Seems to work.  No interoperability testing with other languages yet.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001827 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/protocol/TCompactProtocol.py [new file with mode: 0644]
test/py/SerializationTest.py
test/py/TestEof.py