[Python-checkins] cpython: Issue #26304: Additional “allows to” fix specific to 3.6
martin.panter
python-checkins at python.org
Wed Feb 10 00:47:03 EST 2016
https://hg.python.org/cpython/rev/37f6f965023d
changeset: 100212:37f6f965023d
user: Martin Panter <vadmium+py at gmail.com>
date: Wed Feb 10 05:45:55 2016 +0000
summary:
Issue #26304: Additional “allows to” fix specific to 3.6
files:
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
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -144,7 +144,7 @@
-------
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`.)
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list