From: Hirokazu Yamamoto Date: Tue, 19 Oct 2010 11:00:31 +0000 (+0000) Subject: Blocked revisions 85047,85316,85689 via svnmerge X-Git-Tag: v2.7.1rc1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07ba14cbab29dccb294be752aeafdd5bce2b369c;p=python Blocked revisions 85047,85316,85689 via svnmerge ........ r85047 | hirokazu.yamamoto | 2010-09-28 16:03:40 +0900 | 1 line Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. ........ r85316 | hirokazu.yamamoto | 2010-10-08 17:46:30 +0900 | 1 line Follows Python/fileutils.c addition. ........ r85689 | hirokazu.yamamoto | 2010-10-18 21:13:18 +0900 | 3 lines Issue #5117: Case normalization was needed on ntpath.relpath(). And fixed root directory issue on posixpath.relpath(). (Ported working fixes from ntpath) ........ ---