Issue #19279: UTF-7 decoder no more produces illegal strings.

This commit is contained in:
Serhiy Storchaka 2013-10-19 20:39:28 +03:00
commit 55e092f545
3 changed files with 34 additions and 0 deletions

View file

@ -10,6 +10,8 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
- Issue #19279: UTF-7 decoder no more produces illegal strings.
- Issue #16612: Add "Argument Clinic", a compile-time preprocessor for
C files to generate argument parsing code. (See PEP 436.)