mirror of
https://github.com/python/cpython.git
synced 2025-12-11 19:40:17 +00:00
Issue #26304: Additional “allows to” fix specific to 3.6
This commit is contained in:
parent
3008b1c4bb
commit
288ed038aa
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ zipfile
|
||||||
-------
|
-------
|
||||||
|
|
||||||
A new :meth:`ZipInfo.from_file() <zipfile.ZipInfo.from_file>` class method
|
A new :meth:`ZipInfo.from_file() <zipfile.ZipInfo.from_file>` class method
|
||||||
allow to make :class:`~zipfile.ZipInfo` instance from a filesystem file.
|
allows making a :class:`~zipfile.ZipInfo` instance from a filesystem file.
|
||||||
A new :meth:`ZipInfo.is_dir() <zipfile.ZipInfo.is_dir>` method can be used
|
A new :meth:`ZipInfo.is_dir() <zipfile.ZipInfo.is_dir>` method can be used
|
||||||
to check if the :class:`~zipfile.ZipInfo` instance represents a directory.
|
to check if the :class:`~zipfile.ZipInfo` instance represents a directory.
|
||||||
(Contributed by Thomas Kluyver in :issue:`26039`.)
|
(Contributed by Thomas Kluyver in :issue:`26039`.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue