diff options
| author | ?ric Araujo <merwok@netwok.org> | 2011-09-23 22:18:32 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2011-09-23 22:18:32 +0200 |
| commit | 9f4ccf12c41a9bb26231c3038dce9b946a78f2bb (patch) | |
| tree | ebe4029e1207611654025f1a88b759c248326530 /distutils2/compat.py | |
| parent | fb3f98f56a772e9ccb312ed029d4583b401f6784 (diff) | |
| download | disutils2-9f4ccf12c41a9bb26231c3038dce9b946a78f2bb.tar.gz | |
Remove docstring with factual errors
Diffstat (limited to 'distutils2/compat.py')
| -rw-r--r-- | distutils2/compat.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/distutils2/compat.py b/distutils2/compat.py index a64379c..7c82142 100644 --- a/distutils2/compat.py +++ b/distutils2/compat.py @@ -161,11 +161,6 @@ def detect_encoding(readline): def fsencode(filename): - """ - Encode filename to the filesystem encoding with 'surrogateescape' error - handler, return bytes unchanged. On Windows, use 'strict' error handler if - the file system encoding is 'mbcs' (which is the default encoding). - """ if isinstance(filename, str): return filename elif isinstance(filename, unicode): |
