This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients barry, jaraco, xtreak
Date 2020-03-02.19:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583176669.44.0.585908649046.issue39830@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-02 19:17:49xtreaksetrecipients: + xtreak, barry, jaraco
2020-03-02 19:17:49xtreaksetmessageid: <1583176669.44.0.585908649046.issue39830@roundup.psfhosted.org>
2020-03-02 19:17:49xtreaklinkissue39830 messages
2020-03-02 19:17:49xtreakcreate