mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Use true booleans and PEP8 for argdefaults.
This commit is contained in:
parent
3d6575dfc8
commit
fe99105835
9 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue