summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-08-03 18:14:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-08-03 18:14:05 (GMT)
commit579ddc2fd4fd618b72d8202d79d75d22e7e0b60a (patch)
treeb6ac773514cfbef73d62130a0d3810626fbc38e7 /Misc
parente633bed44a6354dd190c7e97e28c12dead787315 (diff)
parentf6d0aeeadce3f1aea240b900da5e1fbb430257b2 (diff)
downloadcpython-579ddc2fd4fd618b72d8202d79d75d22e7e0b60a.zip
cpython-579ddc2fd4fd618b72d8202d79d75d22e7e0b60a.tar.gz
cpython-579ddc2fd4fd618b72d8202d79d75d22e7e0b60a.tar.bz2
Issue #16741: Fix an error reporting in int().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10c0470..61857a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #16741: Fix an error reporting in int().
+
- Issue #17899: Fix rare file descriptor leak in os.listdir().
- Issue #9035: ismount now recognises volumes mounted below a drive root