mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
NEWS: fix the issue number for PyUnicode_EncodeDecimal change
This commit is contained in:
parent
6345be9a14
commit
cad939bf9d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ What's New in Python 3.3 Alpha 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
|
||||
- Issue #13452: PyUnicode_EncodeDecimal() doesn't support error handlers
|
||||
different than "strict" anymore. The caller was unable to compute the
|
||||
size of the output buffer: it depends on the error handler.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue