]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
getsize(), getatime(), getmtime():
authorFred Drake <fdrake@acm.org>
Fri, 23 Jul 1999 15:04:05 +0000 (15:04 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Jul 1999 15:04:05 +0000 (15:04 +0000)
commit69f87c580de14e2baeba99033cf4106fe6ead821
tree9d0f7ff3458154ae1c79112b6d52bdef1d2b5618
parentde5d5ce7bcadcceafc3cb847315140d7d473b704
getsize(), getatime(), getmtime():
Constants from stat module were imported using "import *";
don't access them via stat.ST_*!

Reported by that other vR.  ;-)
Lib/macpath.py