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.

Author Mr.Potato1029
Recipients Mr.Potato1029
Date 2015-12-07.22:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449528289.55.0.0778388229784.issue25819@psf.upfronthosting.co.za>
In-reply-to
Content
When you execute the code:
try:
    print "Hi"
except:
    print("Hello")

in python 3.5, it creates a syntax error in Terminal on Mac and a pop-up error in IDLE, while it should just print Hello in the console.
History
Date User Action Args
2015-12-07 22:44:49Mr.Potato1029setrecipients: + Mr.Potato1029
2015-12-07 22:44:49Mr.Potato1029setmessageid: <1449528289.55.0.0778388229784.issue25819@psf.upfronthosting.co.za>
2015-12-07 22:44:49Mr.Potato1029linkissue25819 messages
2015-12-07 22:44:49Mr.Potato1029create