[Python-checkins] python/dist/src/Lib fnmatch.py,1.13,1.14

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 13 Jul 2003 09:06:28 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15243

Modified Files:
	fnmatch.py 
Log Message:
SF patch #765238:  fix fnmatch.__all__
(Contributed by George Yoshida.)



Index: fnmatch.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/fnmatch.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** fnmatch.py	1 Jun 2002 14:18:45 -0000	1.13
--- fnmatch.py	13 Jul 2003 16:06:26 -0000	1.14
***************
*** 13,17 ****
  import re
  
! __all__ = ["fnmatch","fnmatchcase","translate"]
  
  _cache = {}
--- 13,17 ----
  import re
  
! __all__ = ["filter", "fnmatch","fnmatchcase","translate"]
  
  _cache = {}