[Python-checkins] distutils2: Remove iglob from disutils.datafiles public interface

tarek.ziade python-checkins at python.org
Wed Feb 16 22:23:58 CET 2011


tarek.ziade pushed d714bef9308d to distutils2:

http://hg.python.org/distutils2/rev/d714bef9308d
changeset:   1073:d714bef9308d
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue Feb 01 23:20:26 2011 +0100
summary:
  Remove iglob from disutils.datafiles public interface

This method have been moved to util.

files:
  distutils2/datafiles.py

diff --git a/distutils2/datafiles.py b/distutils2/datafiles.py
--- a/distutils2/datafiles.py
+++ b/distutils2/datafiles.py
@@ -1,7 +1,7 @@
 import os
 from distutils2.util import iglob
 
-__all__ = ['iglob', 'resources_dests']
+__all__ = ['resources_dests']
 
 class SmartGlob(object):
 

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


More information about the Python-checkins mailing list