[issue31142] python shell crashed while input quotes in print()

2017-08-11 Thread Ned Deily
Ned Deily added the comment: Note that the web page states you need to use Tcl/Tk 8.5.18, and not 8.6.x. Both are available from ActiveState here: https://www.activestate.com/activetcl/downloads Try installing 8.5.18 (you don't need to uninstall 8.6.x) and your crashes should go away.

[issue31142] python shell crashed while input quotes in print()

2017-08-10 Thread py78py90py
py78py90py added the comment: I downloaded python from www.python.org. And I think I have tcl/tk installed. Python 3.6.2 (v3.6.2:5fd33b5926, Jul 16 2017, 20:11:06) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "copyright", "credits" or "license()" for more information. >>>

[issue31142] python shell crashed while input quotes in print()

2017-08-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: terry.reedy -> ___ Python tracker ___ ___

[issue31142] python shell crashed while input quotes in print()

2017-08-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: There is still something you left out. Entering either print(") or print(') at either a shell prompt or in a file and running the file should result in "SyntaxError: EOL while scanning string literal", as Steven said. Ditto for eval("print(')") or

[issue31142] python shell crashed while input quotes in print()

2017-08-09 Thread py78py90py
py78py90py added the comment: Sorry for the incomplete information. I have inputed following line: print(") IDLE crashed. I also input following line: print(') IDLE also crashed. I have uploaded the crash log. -- Added file: http://bugs.python.org/file47068/crashlog.txt

[issue31142] python shell crashed while input quotes in print()

2017-08-08 Thread Steven D'Aprano
Steven D'Aprano added the comment: I'm afraid your error report isn't completely clear. What do you mean "input single quote in print"? Do you mean this? print(') You say IDLE "crashed". What do you mean? Do you mean the IDLE application put up an error message and then disappeared? If

[issue31142] python shell crashed while input quotes in print()

2017-08-08 Thread py78py90py
New submission from py78py90py: I have downloaded python 3.6 into MacOSX system. Python 3.6.2 (v3.6.2:5fd33b5926, Jul 16 2017, 20:11:06) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Then I opened the IDLE and try to input some sentences. I inputed "print()", then input single quote in