]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix a typo in samestat() (ST_DEV, not STD_DEV);
authorGuido van Rossum <guido@python.org>
Wed, 6 May 1992 11:36:49 +0000 (11:36 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 May 1992 11:36:49 +0000 (11:36 +0000)
commit509d24aac317f91f54ac60fabfd674499d581e95
treea14e8f9d7bc7b683255f64236cebfadb2fe03b71
parentc3c7ac8ba77c005c440786bc4ddaabfbeabc1c1b
fix a typo in samestat() (ST_DEV, not STD_DEV);
rewrite ismount() to compare stats of path and path/..
Lib/posixpath.py