diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-03 17:55:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-03 17:55:06 (GMT) |
commit | f6d0aeeadce3f1aea240b900da5e1fbb430257b2 (patch) | |
tree | 824b3108bcbfeaa699766ab333ec43eefdc52bc8 /Misc | |
parent | 1f35ae0a3c7dc2d7709f60e62cb4d0aa7aeae490 (diff) | |
download | cpython-f6d0aeeadce3f1aea240b900da5e1fbb430257b2.zip cpython-f6d0aeeadce3f1aea240b900da5e1fbb430257b2.tar.gz cpython-f6d0aeeadce3f1aea240b900da5e1fbb430257b2.tar.bz2 |
Issue #16741: Fix an error reporting in int().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.3.3 release candidate 1? Core and Builtins ----------------- +- Issue #16741: Fix an error reporting in int(). + - Issue #17899: Fix rare file descriptor leak in os.listdir(). - Issue #18552: Check return value of PyArena_AddPyObject() in |