[issue39830] zipfile.Path is not included in __all__

Karthikeyan Singaravelan report at bugs.python.org
Mon Mar 2 14:17:49 EST 2020


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

Since zipfile.Path is a public API and documented it could be included in __all__ . This might be a problem for code that uses below pattern : 

from zipfile import *
from pathlib import Path

If this is accepted this can be a good beginner issue.

----------
components: Library (Lib)
messages: 363199
nosy: barry, jaraco, xtreak
priority: normal
severity: normal
status: open
title: zipfile.Path is not included in __all__
type: behavior
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39830>
_______________________________________


More information about the Python-bugs-list mailing list