diff options
author | Just van Rossum <just@letterror.com> | 2002-12-12 12:23:32 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2002-12-12 12:23:32 (GMT) |
commit | b083cb3901fcb7487c04ad996148d1cf0aa32350 (patch) | |
tree | 8a3558425da1c61b81a8f22ab7b0b98c2fe622cf /Grammar | |
parent | 6c7e326eaaa2d814e0d299054f78e5bd187489ab (diff) | |
download | cpython-b083cb3901fcb7487c04ad996148d1cf0aa32350.zip cpython-b083cb3901fcb7487c04ad996148d1cf0aa32350.tar.gz cpython-b083cb3901fcb7487c04ad996148d1cf0aa32350.tar.bz2 |
Patch #651621, approved by MvL.
This patch allows ZipFile.writestr() to be called with
an archive file name instead of a ZipInfo instance:
z = ZipFile("myarchive.zip", "w")
z.writestr("foo/baz/file.ext", data)
z.close()
I found the old writestr() method very inconvenient
for simple (but common) things.
If called with a file name instead of a ZipInfo
instance, the date_time is set to the current date/time,
which makes sense to me for anonymous data.
Diffstat (limited to 'Grammar')
0 files changed, 0 insertions, 0 deletions