module documentation

Tests for distutils.filelist.

Class TestFileList Undocumented
Class TestFindAll No class docstring; 2/4 methods documented
Function make_local_path Converts '/' in a string to os.sep
Constant MANIFEST_IN Undocumented
def make_local_path(s): (source)

Converts '/' in a string to os.sep

MANIFEST_IN: str = (source)

Undocumented

Value
'''include ok
include xo
exclude xo
include foo.tmp
include buildout.cfg
global-include *.x
global-include *.txt
...