[Python-checkins] cpython (3.4): __getslice__ certainly won't appear in the output

benjamin.peterson python-checkins at python.org
Fri Mar 13 22:21:47 CET 2015


https://hg.python.org/cpython/rev/c9650423c336
changeset:   94985:c9650423c336
branch:      3.4
parent:      94982:cde032ab4e17
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Mar 13 16:21:23 2015 -0500
summary:
  __getslice__ certainly won't appear in the output

files:
  Doc/library/modulefinder.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/modulefinder.rst b/Doc/library/modulefinder.rst
--- a/Doc/library/modulefinder.rst
+++ b/Doc/library/modulefinder.rst
@@ -104,7 +104,7 @@
     re:  __module__,finditer,_expand
     itertools:
     __main__:  re,itertools,baconhameggs
-    sre_parse:  __getslice__,_PATTERNENDERS,SRE_FLAG_UNICODE
+    sre_parse:  _PATTERNENDERS,SRE_FLAG_UNICODE
     array:
     types:  __module__,IntType,TypeType
     ---------------------------------------------------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list