summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-23 20:22:20 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-23 20:22:20 (GMT)
commit31289230e2244c1cd0483547e2a4c60c79cfab9d (patch)
tree3a32dc91885e9145abf4477704da2fd0c5fb829f /Misc
parentcd85aa48ed97db2d1853ffbb2f93900212d0173b (diff)
downloadcpython-31289230e2244c1cd0483547e2a4c60c79cfab9d.zip
cpython-31289230e2244c1cd0483547e2a4c60c79cfab9d.tar.gz
cpython-31289230e2244c1cd0483547e2a4c60c79cfab9d.tar.bz2
return int instead long when possible (#17531)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8dc1f2..cfa3f64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,6 +1,17 @@
Python News
+++++++++++
+What's New in Python 2.7.4?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Library
+-------
+
+- Issue #17531: Return group and user ids as int instead long when possible.
+
+
What's New in Python 2.7.4 release candidate 1
==============================================