summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-04-23 09:24:14 (GMT)
committerChristian Heimes <christian@python.org>2015-04-23 09:24:14 (GMT)
commitd98c6773fa380848b75d55e652b4d5f40ac4d785 (patch)
tree369126968de825f47f6ae652cdddf21a4b8d90eb /Misc
parent71f73ca7a9098c678d6bf3073b02228783100665 (diff)
downloadcpython-d98c6773fa380848b75d55e652b4d5f40ac4d785.zip
cpython-d98c6773fa380848b75d55e652b4d5f40ac4d785.tar.gz
cpython-d98c6773fa380848b75d55e652b4d5f40ac4d785.tar.bz2
Issue #24031: make patchcheck now supports git checkouts, too.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24b515f..3d2e09f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,10 @@ Documentation
- Issue #24029: Document the name binding behavior for submodule imports.
+Tools/Demos
+-----------
+
+- Issue #24031: make patchcheck now supports git checkouts, too.
What's New in Python 3.4.3?
===========================