]> granicus.if.org Git - python/commit
Remove direct call's to file's constructor and replace them with calls to
authorBrett Cannon <bcannon@gmail.com>
Fri, 25 May 2007 20:17:15 +0000 (20:17 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 25 May 2007 20:17:15 +0000 (20:17 +0000)
commit6cef076ba5edbfa42239924951d8acbb087b3b19
treea7b4897477edb519e2c154d5e4c9e0535dff9263
parentcf99b65932a4bfc41dc132afbd5d0b804634429d
Remove direct call's to file's constructor and replace them with calls to
open() as ths is considered best practice.
Lib/tarfile.py
Lib/test/test_zipfile.py