In [319]: for o in pd.read_msgpack('foo.msg',iterator=True):
.....: print o
.....:
File "<ipython-input-319-a0f40395739e>", line 2
print o
^
SyntaxError: Missing parentheses in call to 'print'
Comment From: chris-b1
Thanks, recently switched our doc build to python 3, PR to fix welcome!
Comment From: stevenvandenberghe
Hi, this appears to have been fixed in master: #16862
Comment From: TomAugspurger
Thanks @stevemontana1980 you're correct.