]> granicus.if.org Git - python/commit
Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:
authorFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 06:36:51 +0000 (06:36 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 06:36:51 +0000 (06:36 +0000)
commit162bd855a631ed66f83ff3ed76ae1533de033298
tree4e805dbf10d96efab6244175f67d4c03ee4dcbc1
parentd95f4e1a0dedd705519400073981c82569d95ec5
Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:
getatime() returned the mtime instead of the atime.
Similar to an old bug in posixpath.py.
Lib/ntpath.py