File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11=============================================================================
2- Python Unicode Integration Proposal Version: 1.2
2+ Python Unicode Integration Proposal Version: 1.3
33-----------------------------------------------------------------------------
44
55
@@ -203,8 +203,9 @@ implemented by a module "codecs":
203203 codecs.register(search_function)
204204
205205Search functions are expected to take one argument, the encoding name
206- in all lower case letters, and return a tuple of functions (encoder,
207- decoder, stream_reader, stream_writer) taking the following arguments:
206+ in all lower case letters and with hyphens and spaces converted to
207+ underscores, and return a tuple of functions (encoder, decoder,
208+ stream_reader, stream_writer) taking the following arguments:
208209
209210 encoder and decoder:
210211 These must be functions or methods which have the same
You can’t perform that action at this time.
0 commit comments