]> granicus.if.org Git - python/commit
Closes SF bug 113894: on Windows, things like os.listdir("k:") and
authorTim Peters <tim.peters@gmail.com>
Fri, 15 Sep 2000 07:44:49 +0000 (07:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 15 Sep 2000 07:44:49 +0000 (07:44 +0000)
commit0bb44a4a3a98b7bd73ff0f34d872ddcc9556e393
tree36946a08fc0fd097239317f9cba73622b3125bed
parenta2ebb87bfe9cc106be456df643ad06ac0c6c07ba
Closes SF bug 113894:  on Windows, things like os.listdir("k:") and
glob.glob("k:*py") (i.e., a raw drive letter + colon at the start) were
using the root of the drive rather than the expected Windows behavior
of using the drive's "current directory".
Modules/posixmodule.c