[issue17982] Syntax Error in IDLE3 not in IDLE

2013-05-15 Thread Hugh Littlejohn
New submission from Hugh Littlejohn: New to Python, acquired Raspberry PI. Upgraded and now have IDLE and IDLE3. Python 3.2.3 (default, Mar 1 2013, 11:53:50) (GNU 4.6.3] on Linux2 First task, New Window to create Hello, World! Using IDLE3, created file helloworld.py Using Run/ Check Module -

[issue17982] Syntax Error in IDLE3 not in IDLE

2013-05-15 Thread Ned Batchelder
Ned Batchelder added the comment: Python 3 has no print statement, it has a print function, so you need: print(Hello, world!) -- nosy: +nedbat ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17982

[issue17982] Syntax Error in IDLE3 not in IDLE

2013-05-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please ask questions like this on python-list, mirrored as newsgroup gmane.comp.python.general or on other forums. This tracker is for patching Python itself, not usage questions. -- nosy: +terry.reedy resolution: - invalid status: open - closed