]> granicus.if.org Git - python/commit
Issue #22420: Avoid 'write to None' crashes by using print instead.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Sep 2014 02:37:24 +0000 (22:37 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Sep 2014 02:37:24 +0000 (22:37 -0400)
commitbee003cf539c79ae4a047f47ce4ea7dc377763e5
tree2b5cdd7bde227800b19748fd5a2f90ae052b8440
parent175b1a7b3e8c95d4e12d28350d27b3b98e891bc4
Issue #22420: Avoid 'write to None' crashes by using print instead.
For 2,.7, add print_function __future__ import and convert print statements
to print functions.  Based on 3.x patch by Serhiy Storchaka.
Lib/idlelib/PyShell.py
Lib/idlelib/configHandler.py