diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 05:45:55 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 05:45:55 +0000 |
commit | 288ed038aa28b9037e862026d743d4010a615f4e (patch) | |
tree | 0d4a1a118b28c280d02b2b588219d260c2fd8d03 | |
parent | 3008b1c4bba34eae2682afbd61f8f66ca1683289 (diff) | |
download | cpython-git-288ed038aa28b9037e862026d743d4010a615f4e.tar.gz |
Issue #26304: Additional “allows to” fix specific to 3.6
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 3822d015bb..bc5e550275 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -144,7 +144,7 @@ zipfile ------- 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 to check if the :class:`~zipfile.ZipInfo` instance represents a directory. (Contributed by Thomas Kluyver in :issue:`26039`.) |