From: Martin Panter Date: Wed, 10 Feb 2016 05:45:55 +0000 (+0000) Subject: Issue #26304: Additional “allows to” fix specific to 3.6 X-Git-Tag: v3.6.0a1~623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=288ed038aa28b9037e862026d743d4010a615f4e;p=python Issue #26304: Additional “allows to” fix specific to 3.6 --- 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() ` 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() ` method can be used to check if the :class:`~zipfile.ZipInfo` instance represents a directory. (Contributed by Thomas Kluyver in :issue:`26039`.)