Use true booleans and PEP8 for argdefaults.

This commit is contained in:
Georg Brandl 2009-09-16 15:54:04 +00:00
parent 3d6575dfc8
commit fe99105835
9 changed files with 21 additions and 21 deletions

View file

@ -1258,7 +1258,7 @@ class ZipFile:
class PyZipFile(ZipFile):
"""Class to create ZIP archives with Python library files and packages."""
def writepy(self, pathname, basename = ""):
def writepy(self, pathname, basename=""):
"""Add all files from "pathname" to the ZIP archive.
If pathname is a package directory, search the directory and