New submission from Karthikeyan Singaravelan <tir.kar...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39830>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to