]> granicus.if.org Git - python/commit
Delay import of py_compile until needed, since is is only used by the
authorFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 21:14:52 +0000 (21:14 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 21:14:52 +0000 (21:14 +0000)
commit484d735f1e0b64b60c2fbcace5f57ff032d12c03
tree2935adc49ad161e53c1c3b9aadd1b6348f56c36b
parent427802470a11dd786af23256322b8829f04e2f23
Delay import of py_compile until needed, since is is only used by the
PyZipFile class.

End sentences in docstrings with periods.

Reformat docstrings to be more similar to those of other modules.
Lib/zipfile.py