diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-04 22:34:09 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-04 22:34:09 (GMT) |
commit | 1b933ed50aef2c31e003a001cef8647244ebfa0e (patch) | |
tree | 1d434753b2e2fd9e1454f4bd614c73a90bab903f /Misc | |
parent | 1d6a16bf3838bfb89efdd5e338b247324d962010 (diff) | |
download | cpython-1b933ed50aef2c31e003a001cef8647244ebfa0e.zip cpython-1b933ed50aef2c31e003a001cef8647244ebfa0e.tar.gz cpython-1b933ed50aef2c31e003a001cef8647244ebfa0e.tar.bz2 |
#3773: Check for errors around the use of PyTokenizer_FindEncoding().
reviewed by Brett Cannon.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |