#18705: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-08-17 15:53:55 +03:00
commit 9a3777e525
26 changed files with 49 additions and 49 deletions

View file

@ -23,7 +23,7 @@ def exists(path):
# This follows symbolic links, so both islink() and isdir() can be true
# for the same path ono systems that support symlinks
# for the same path on systems that support symlinks
def isfile(path):
"""Test whether a path is a regular file"""
try: