[Python-checkins] python/dist/src/Lib/distutils filelist.py, 1.15, 1.16 (original) (raw)
doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon May 31 11:12:32 EDT 2004
- Previous message: [Python-checkins] Unbeatable prices - Get yours now monologist delusion grail i'll
- Next message: [Python-checkins] python/dist/src/Lib/test/output test_types, 1.3, 1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Lib/distutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21393/Lib/distutils
Modified Files: filelist.py Log Message: Fix typo (from SF bug #962602)
Index: filelist.py
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/filelist.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** filelist.py 19 Nov 2002 13:12:27 -0000 1.15 --- filelist.py 31 May 2004 15:12:27 -0000 1.16
*** 167,171 **** for pattern in patterns: if not self.include_pattern(pattern, prefix=dir): ! log.warn(("warngin: no files found matching '%s' " + "under directory '%s'"), pattern, dir) --- 167,171 ---- for pattern in patterns: if not self.include_pattern(pattern, prefix=dir): ! log.warn(("warning: no files found matching '%s' " + "under directory '%s'"), pattern, dir)
- Previous message: [Python-checkins] Unbeatable prices - Get yours now monologist delusion grail i'll
- Next message: [Python-checkins] python/dist/src/Lib/test/output test_types, 1.3, 1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]