summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-08-05 04:04:04 (GMT)
committerLarry Hastings <larry@hastings.org>2014-08-05 04:04:04 (GMT)
commit2f93635d342a500053e97c9c7c30f1eaf11fc3ac (patch)
tree1f18bf21727c852f732884e7f52b91b14d7e08df /Misc
parent0020d8e4fdb2d7fab42ab77e576fac94c230eb67 (diff)
downloadcpython-2f93635d342a500053e97c9c7c30f1eaf11fc3ac.zip
cpython-2f93635d342a500053e97c9c7c30f1eaf11fc3ac.tar.gz
cpython-2f93635d342a500053e97c9c7c30f1eaf11fc3ac.tar.bz2
Issue #20170: Convert posixmodule to use Argument Clinic.
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 f914cad..dea39bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #20170: Convert posixmodule to use Argument Clinic.
+
- Issue #22077: Improve index error messages for bytearrays, bytes, lists,
and tuples by adding 'or slices'. Added ', not <typename' for bytearrays.
Original patch by Claudiu Popa.