Mailing List Archive

python/dist/src/Lib/encodings aliases.py,1.16,1.17
Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory usw-pr-cvs1:/tmp/cvs-serv23918/Lib/encodings

Modified Files:
aliases.py
Log Message:
Fix doc-string.



Index: aliases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/aliases.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** aliases.py 4 Oct 2002 11:51:39 -0000 1.16
--- aliases.py 4 Oct 2002 11:58:24 -0000 1.17
***************
*** 4,10 ****
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.

Contents:
--- 4,10 ----
map encodings names to module names.

! 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: