From: Benjamin Peterson Date: Sun, 9 Nov 2008 01:52:32 +0000 (+0000) Subject: fix comment X-Git-Tag: v2.7a1~2665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c95ce8b82c1cfce684edfca73aca4e7ae61940;p=thirdparty%2FPython%2Fcpython.git fix comment --- diff --git a/Lib/string.py b/Lib/string.py index daf9863850ef..e4d9e4f21f60 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -532,9 +532,8 @@ except ImportError: # the Formatter class # see PEP 3101 for details and purpose of this class -# The hard parts are reused from the C implementation. They're -# exposed here via the sys module. sys was chosen because it's always -# available and doesn't have to be dynamically loaded. +# The hard parts are reused from the C implementation. They're exposed as "_" +# prefixed methods of str and unicode. # The overall parser is implemented in str._formatter_parser. # The field name parser is implemented in str._formatter_field_name_split