[Python-checkins] r45779 - python/branches/release24-maint/Doc/api/concrete.tex (original) (raw)
george.yoshida python-checkins at python.org
Fri Apr 28 18:11:51 CEST 2006
- Previous message: [Python-checkins] r45778 - python/trunk/Doc/api/concrete.tex
- Next message: [Python-checkins] buildbot failure in x86 cygwin trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: george.yoshida Date: Fri Apr 28 18:11:51 2006 New Revision: 45779
Modified: python/branches/release24-maint/Doc/api/concrete.tex Log: fix markup glitch(backport from rev.45778)
Modified: python/branches/release24-maint/Doc/api/concrete.tex
--- python/branches/release24-maint/Doc/api/concrete.tex (original) +++ python/branches/release24-maint/Doc/api/concrete.tex Fri Apr 28 18:11:51 2006 @@ -1366,7 +1366,7 @@ The \var{mapping} table must map Unicode ordinal integers to Unicode ordinal integers or None (causing deletion of the character).
- Mapping tables need only provide the method{getitem()}
- Mapping tables need only provide the \method{getitem()} interface; dictionaries and sequences work well. Unmapped character ordinals (ones which cause a \exception{LookupError}) are left untouched and are copied as-is.
- Previous message: [Python-checkins] r45778 - python/trunk/Doc/api/concrete.tex
- Next message: [Python-checkins] buildbot failure in x86 cygwin trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]