]> granicus.if.org Git - python/commit
There's no need to default file to sys.stdout -- print(file=None) already
authorGuido van Rossum <guido@python.org>
Tue, 22 May 2007 18:01:30 +0000 (18:01 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 May 2007 18:01:30 +0000 (18:01 +0000)
commitdc19f0966195c711407cb710225cab55ba1f4be9
treec1c2a0ffeb93d8559d888f8b79016ce917100f39
parentc49ebc0d07f47336b3720e546876d0f799ef0f50
There's no need to default file to sys.stdout -- print(file=None) already
selects sys.stdout.
Lib/zipfile.py