commit | bee003cf539c79ae4a047f47ce4ea7dc377763e5 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 19 22:37:24 2014 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 19 22:37:24 2014 -0400 |
tree | 2b5cdd7bde227800b19748fd5a2f90ae052b8440 | |
parent | 175b1a7b3e8c95d4e12d28350d27b3b98e891bc4 [diff] |
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.