[Python-checkins] CVS: python/dist/src/Misc unicode.txt,3.4,3.5
Guido van Rossum
python-dev@python.org
2000年4月10日 15:45:12 -0400 (EDT)
Update of /projects/cvsroot/python/dist/src/Misc
In directory eric:/projects/python/develop/guido/src/Misc
Modified Files:
unicode.txt
Log Message:
Version 1.3 of the Python Unicode Integration proposal.
Index: unicode.txt
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Misc/unicode.txt,v
retrieving revision 3.4
retrieving revision 3.5
diff -C2 -r3.4 -r3.5
*** unicode.txt 2000年03月28日 20:29:58 3.4
--- unicode.txt 2000年04月10日 19:45:09 3.5
***************
*** 1,4 ****
=============================================================================
! Python Unicode Integration Proposal Version: 1.2
-----------------------------------------------------------------------------
--- 1,4 ----
=============================================================================
! Python Unicode Integration Proposal Version: 1.3
-----------------------------------------------------------------------------
***************
*** 204,209 ****
Search functions are expected to take one argument, the encoding name
! in all lower case letters, and return a tuple of functions (encoder,
! decoder, stream_reader, stream_writer) taking the following arguments:
encoder and decoder:
--- 204,210 ----
Search functions are expected to take one argument, the encoding name
! in all lower case letters and with hyphens and spaces converted to
! underscores, and return a tuple of functions (encoder, decoder,
! stream_reader, stream_writer) taking the following arguments:
encoder and decoder: