Skip to content

print function's "end" option error in CPython #93

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

Closed
Sungmin-Joo opened this issue Sep 27, 2019 · 3 comments
Closed

print function's "end" option error in CPython #93

Sungmin-Joo opened this issue Sep 27, 2019 · 3 comments

Comments

@Sungmin-Joo
Copy link
Contributor

The following code writes different string to the stream than in CPython:

print(1,2,3, end="||\n")
@ncw
Copy link
Collaborator

ncw commented Sep 28, 2019

I think this is related to the argument parsing being wrong as identifed in #91

@drew-512
Copy link
Contributor

drew-512 commented Feb 16, 2022

suggest close issue -- fixed w/ #151

@sbinet
Copy link
Member

sbinet commented Feb 22, 2022

fixed w/ #151.

@sbinet sbinet closed this as completed Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants