]> 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:38:41 +0000 (22:38 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Sep 2014 02:38:41 +0000 (22:38 -0400)
commit81b062f63ace48983439857314fec8063e8c72e0
treea03a857a0cafa21b3016064bb86881f5b0395ab9
parentcbfaa7b9d3174d6304ec3b5ab165b5c3514c5d34
Issue #22420: Avoid 'write to None' crashes by using print instead.
Change a couple of existing prints.  Original patch by Serhiy Storchaka.
Lib/idlelib/PyShell.py
Lib/idlelib/configHandler.py