https://github.com/python/cpython
Revision 6faad8de7f6c4b5d13d018d552147766dd5bf12e authored by Éric Araujo on 12 February 2012, 03:41:36 UTC, committed by Éric Araujo on 12 February 2012, 03:41:36 UTC
The code used to call os.path.join to build a regex but without escaping
the backslash, which lead to test failures on Windows.  Antoine Pitrou
fixed it in 557a973709de by enhancing the code to accept both / and \,
with proper escaping, but in my opinion this goes against the distutils
feature freeze, hence this change.
1 parent c47a459
Raw File
Tip revision: 6faad8de7f6c4b5d13d018d552147766dd5bf12e authored by Éric Araujo on 12 February 2012, 03:41:36 UTC
Fix distutils.filelist.FileList under Windows (#13193).
Tip revision: 6faad8d
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top