Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: SyntaxError in pd.read_msgpack examples #16922

Closed
PengFLyu opened this issue Jul 14, 2017 · 3 comments
Closed

DOC: SyntaxError in pd.read_msgpack examples #16922

PengFLyu opened this issue Jul 14, 2017 · 3 comments
Labels

Comments

@PengFLyu
Copy link

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'

@chris-b1
Copy link
Contributor

Thanks, recently switched our doc build to python 3, PR to fix welcome!

@stevenvandenberghe
Copy link

Hi,
this appears to have been fixed in master: #16862

@TomAugspurger
Copy link
Contributor

Thanks @stevemontana1980 you're correct.

@gfyoung gfyoung modified the milestones: No action, 0.21.0 Jul 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants