[Python-checkins] peps: Backed out changeset a44f3d00895d

victor.stinner python-checkins at python.org
Tue Sep 17 01:38:34 CEST 2013


http://hg.python.org/peps/rev/47845ee464af
changeset:   5124:47845ee464af
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Sep 17 01:38:27 2013 +0200
summary:
  Backed out changeset a44f3d00895d

files:
  pep-0454.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0454.txt b/pep-0454.txt
--- a/pep-0454.txt
+++ b/pep-0454.txt
@@ -346,13 +346,13 @@
 
     Example: ``[('Video memory', 'size', 234902)]``.
 
-``filter_filenames(include: bool, patterns: list)`` method:
+``filter_filenames(patterns: list, include: bool)`` method:
 
     Remove filenames not matching any pattern of *patterns* if *include*
     is ``True``, or remove filenames matching a pattern of *patterns* if
     *include* is ``False`` (exclude).
 
-    See ``add_filter()`` for the syntax of a pattern.
+    See ``fnmatch.fnmatch()`` for the syntax of a pattern.
 
 ``load(filename)`` classmethod:
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list