summaryrefslogtreecommitdiff
path: root/sphinx/util/osutil.py
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2013-12-15 16:04:23 +0900
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2013-12-15 16:04:23 +0900
commitf7cb510ebd558f16cc3ac6102c0c4a6280ee06ed (patch)
tree542c6d528412f9850fb8bd23fc77020d71af8309 /sphinx/util/osutil.py
parenta8fc938d1b9fb1be7979da8b8236aba287fc082e (diff)
downloadsphinx-git-f7cb510ebd558f16cc3ac6102c0c4a6280ee06ed.tar.gz
Drop python-3.1 and remove support codes
Diffstat (limited to 'sphinx/util/osutil.py')
-rw-r--r--sphinx/util/osutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/osutil.py b/sphinx/util/osutil.py
index e8655fe1f..d2f8679ed 100644
--- a/sphinx/util/osutil.py
+++ b/sphinx/util/osutil.py
@@ -70,7 +70,7 @@ def ensuredir(path):
# TODO: This function can be removed because this function is same as os.walk
-# of Python2.6, 2.7, 3.1, 3.2, 3.3.
+# of Python2.6, 2.7, 3.2, 3.3.
# HOWEVER, this function is customized to check UnicodeError that obstacle to
# replace the function with the os.walk.
def walk(top, topdown=True, followlinks=False):