Commit e8ffa23f authored by Jason R. Coombs's avatar Jason R. Coombs

Add reference to bug report

parent 29b42260
......@@ -151,5 +151,5 @@ def findall(dir = os.curdir):
all_files.extend(filter(os.path.isfile, files))
return all_files
# fix findall bug in distutils.
# fix findall bug in distutils (http://bugs.python.org/issue12885)
distutils.filelist.findall = findall
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment