mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge from trunk
This commit is contained in:
parent
2d8dcdcb06
commit
f10a79aad4
40 changed files with 621 additions and 305 deletions
|
@ -108,7 +108,7 @@ Decodes obj using the codec registered for encoding. encoding defaults\n\
|
|||
to the default encoding. errors may be given to set a different error\n\
|
||||
handling scheme. Default is 'strict' meaning that encoding errors raise\n\
|
||||
a ValueError. Other possible values are 'ignore' and 'replace'\n\
|
||||
as well as any other name registerd with codecs.register_error that is\n\
|
||||
as well as any other name registered with codecs.register_error that is\n\
|
||||
able to handle ValueErrors.");
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue