aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-03-01 04:24:35 +0000
committerMike Buland <eichlan@xagasoft.com>2012-03-01 04:24:35 +0000
commit7dd5c386611e31930e7ccfb83cb585df27696881 (patch)
tree3e88dea538b32b8c6fbc21036a4f4998bf57ba97 /python
parent93831404b4d4ba4e964ebe542c52bc196585d4ab (diff)
downloadlibgats-7dd5c386611e31930e7ccfb83cb585df27696881.tar.gz
libgats-7dd5c386611e31930e7ccfb83cb585df27696881.tar.bz2
libgats-7dd5c386611e31930e7ccfb83cb585df27696881.tar.xz
libgats-7dd5c386611e31930e7ccfb83cb585df27696881.zip
Fixed a bug in java gats reading large strings over the network.
Diffstat (limited to 'python')
-rwxr-xr-xpython/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test.py b/python/test.py
index 14e8306..f4e679a 100755
--- a/python/test.py
+++ b/python/test.py
@@ -2,9 +2,9 @@
2 2
3import gats 3import gats
4 4
5#print gats.load( open('test.gats', 'rb') ) 5print gats.load( open('test.gats', 'rb') )
6 6
7#gats.dump( 3.14159, open('out.gats', 'wb') ) 7gats.dump( 3.14159, open('out.gats', 'wb') )
8 8
9print gats.loads( 9print gats.loads(
10 gats.dumps( 10 gats.dumps(