mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart.
This commit is contained in:
parent
4169826a00
commit
91f0359ee4
3 changed files with 3 additions and 1 deletions
|
@ -240,7 +240,7 @@ class BuiltinImporter:
|
|||
@classmethod
|
||||
@_requires_builtin
|
||||
def is_package(cls, fullname):
|
||||
"""Return None as built-in module are never packages."""
|
||||
"""Return None as built-in modules are never packages."""
|
||||
return False
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue