Skip to content

Commit

Permalink
Declare 'Path' as the sole public API. Fixes #78.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 29, 2021
1 parent 8b20a60 commit 6591fa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,8 @@
v3.6.0
======

#78: Only ``Path`` is exposed in the public API.

v3.5.1
======

Expand Down
3 changes: 3 additions & 0 deletions zipp.py
Expand Up @@ -12,6 +12,9 @@
OrderedDict = dict


__all__ = ['Path']


def _parents(path):
"""
Given a path with elements separated by
Expand Down

0 comments on commit 6591fa7

Please sign in to comment.