commit | bda3a59a9324c134adaa221027589cf90f957d58 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed May 09 19:57:37 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed May 09 19:57:37 2001 +0000 |
tree | 9e29d7007e01185da32d0b0eafd130654e465f0d | |
parent | fd16834ca7eec00fbdbfccbd551d335f2cbd5d3d [diff] |
Itamar Shtull-Trauring <python@itamarst.org>: Updates zipfile.ZipFile docs to mention the fact that you can create a ZipFile instance from an arbitrary file-like object. This closes patch #418011.