From cc90c5093d272397f08e33e4e75bf762d419df27 Mon Sep 17 00:00:00 2001 From: philip_thiem Date: Fri, 22 Nov 2013 00:51:45 +0000 Subject: extraneous comment left in --- setuptools/svn_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setuptools/svn_utils.py b/setuptools/svn_utils.py index f0960da6..0d65bd30 100644 --- a/setuptools/svn_utils.py +++ b/setuptools/svn_utils.py @@ -90,12 +90,11 @@ def determine_console_encoding(): except (locale.Error, LookupError): encoding = None - #olders pythons defaulted to this is_osx = sys.platform == "darwin" if not encoding: return ["US-ASCII", "utf-8"][is_osx] elif encoding.startswith("mac-") and is_osx: - #certain version of pythons would return mac-roman as default + #certain versions of python would return mac-roman as default #OSX as a left over of earlier mac versions. return "utf-8" else: -- cgit v1.2.1