Issue 10105: Strings failing to print (original) (raw)

Issue10105

Created on 2010-10-14 16:16 by RLS0812, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
3_1_2_bug.jpg RLS0812,2010-10-14 16:16 Screen shot of the bug.
Messages (2)
msg118679 - (view) Author: (RLS0812) Date: 2010-10-14 16:16
Attempting to print a string fails in 3.1.2, throwing up an "invalid syntax" I included a screen shot with the same codes ran in 2.7 and 3.1.2 .
msg118681 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-10-14 16:21
print is a function now. See for example http://docs.python.org/py3k/whatsnew/3.0 In the future, please copy input and output in your message if it's a few line, else attache a plain text file. Text beats images. Thank you!
History
Date User Action Args
2022-04-11 14:57:07 admin set github: 54314
2010-10-14 16:21:01 eric.araujo set status: open -> closednosy: + eric.araujomessages: + resolution: not a bugstage: resolved
2010-10-14 16:16:08 RLS0812 create