]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Version 1.3 of the Python Unicode Integration proposal.
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 19:45:09 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 19:45:09 +0000 (19:45 +0000)
Misc/unicode.txt

index ce74c05bd190087ac6c94f014d9918ea0aa08d8b..68a4228e434f4ebf31993e08a618e71a77d29eac 100644 (file)
@@ -1,5 +1,5 @@
 =============================================================================
- Python Unicode Integration                            Proposal Version: 1.2
+ Python Unicode Integration                            Proposal Version: 1.3
 -----------------------------------------------------------------------------
 
 
@@ -203,8 +203,9 @@ implemented by a module "codecs":
   codecs.register(search_function)
 
 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:
+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:
        These must be functions or methods which have the same