]> granicus.if.org Git - python/commit
Open output files in text mode, after all they are text files.
authorGuido van Rossum <guido@python.org>
Fri, 23 Nov 2007 21:26:49 +0000 (21:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Nov 2007 21:26:49 +0000 (21:26 +0000)
commit2af1d894e3e8fea6b84b4229ef15be8d422b718d
tree2e68fd4942accc0923460c08b3bcaddccd89b775
parentad3562ed631677a3f92a3b75259d96749c1927ac
Open output files in text mode, after all they are text files.
(Binary mode caused problems when "python" was 3.0.)
Parser/asdl_c.py