#3773: Check for errors around the use of PyTokenizer_FindEncoding().

reviewed by Brett Cannon.
This commit is contained in:
Amaury Forgeot d'Arc 2008-09-04 22:34:09 +00:00
parent 1d6a16bf38
commit 1b933ed50a
3 changed files with 9 additions and 1 deletions

View file

@ -12,6 +12,9 @@ What's New in Python 3.0 release candidate 1
Core and Builtins
-----------------
- Issue 3774: Added a few more checks in PyTokenizer_FindEncoding to handle
error conditions.
- Issue 3594: Fix Parser/tokenizer.c:fp_setreadl() to open the file being
tokenized by either a file path or file pointer for the benefit of
PyTokenizer_FindEncoding().