From: Marc-André Lemburg Date: Fri, 4 Oct 2002 11:58:24 +0000 (+0000) Subject: Fix doc-string. X-Git-Tag: v2.3c1~3888 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a40ea756258c4a298c2f031d0f7bfdf5b68afe21;p=thirdparty%2FPython%2Fcpython.git Fix doc-string. --- diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 42e7f614b03d..8bdbcdbd294e 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py @@ -3,9 +3,9 @@ This module is used by the encodings package search function to map encodings names to module names. - Note that the search function converts the encoding names to lower - case and replaces hyphens with underscores *before* performing the - lookup. + Note that the search function normalizes the encoding names before + doing the lookup, so the mapping will have to map normalized + encoding names to module names. Contents: