This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Strings failing to print
Type: behavior Stage: resolved
Components: None Versions: Python 3.1
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: RLS0812, eric.araujo
Priority: normal Keywords:

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:07adminsetgithub: 54314
2010-10-14 16:21:01eric.araujosetstatus: open -> closed

nosy: + eric.araujo
messages: + msg118681

resolution: not a bug
stage: resolved
2010-10-14 16:16:08RLS0812create