]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13193: Fix distutils.filelist.FileList and
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Nov 2011 00:27:19 +0000 (01:27 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Nov 2011 00:27:19 +0000 (01:27 +0100)
commit61093c0cedc164be3fed2e355ed3cca522ffbbe5
treeae9b5d9188b45b26b511de38e5a36cf2d1e09fa7
parent04842a84c31d82d9c2255e6575344412c58e518e
parent3714c1ebfd12e99e9bf95b9d9867aca3872bce55
Issue #13193: Fix distutils.filelist.FileList and
packaging.manifest.Manifest under Windows.  The "recursive-include"
directive now recognizes both legal path separators.
Lib/packaging/manifest.py
Misc/NEWS