Skip to content

Commit

Permalink
Added a note to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Jun 28, 2024
1 parent 32b4737 commit 81d1095
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ For example, to read all CSV files in the current directory and below, including
- [tarfile Issues](https://github.com/orgs/python/projects/11)
- [gzip Issues](https://github.com/orgs/python/projects/20/views/2)

#### NOTE
The original name of a gzip-compressed file is derived from the compressed file’s name
by simply removing the `.gz` extension. Using the original filename from the gzip
file’s header is currently not possible due to
[limitations in the underlying library](https://github.com/python/cpython/issues/71638).

## API

<a id="function-unzipwalk"></a>
Expand Down
6 changes: 6 additions & 0 deletions unzipwalk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
- `tarfile Issues <https://github.com/orgs/python/projects/11>`_
- `gzip Issues <https://github.com/orgs/python/projects/20/views/2>`_
.. note::
The original name of a gzip-compressed file is derived from the compressed file's name
by simply removing the ``.gz`` extension. Using the original filename from the gzip
file's header is currently not possible due to
`limitations in the underlying library <https://github.com/python/cpython/issues/71638>`_.
API
---
Expand Down

0 comments on commit 81d1095

Please sign in to comment.