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
History
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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 539 bytes
.gitignore -rw-r--r-- 583 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 852 bytes
.hgtags -rw-r--r-- 7.2 KB
LICENSE -rw-r--r-- 13.9 KB
Makefile.pre.in -rw-r--r-- 40.2 KB
README -rw-r--r-- 52.5 KB
configure -rwxr-xr-x 398.3 KB
configure.in -rw-r--r-- 123.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.5 KB
setup.py -rw-r--r-- 88.2 KB

README

back to top