diff options
author | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2013-12-15 16:04:23 +0900 |
---|---|---|
committer | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2013-12-15 16:04:23 +0900 |
commit | f7cb510ebd558f16cc3ac6102c0c4a6280ee06ed (patch) | |
tree | 542c6d528412f9850fb8bd23fc77020d71af8309 /sphinx/util/osutil.py | |
parent | a8fc938d1b9fb1be7979da8b8236aba287fc082e (diff) | |
download | sphinx-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.py | 2 |
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): |