diff options
author | Christian Heimes <christian@python.org> | 2015-04-23 09:24:14 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-23 09:24:14 (GMT) |
commit | d98c6773fa380848b75d55e652b4d5f40ac4d785 (patch) | |
tree | 369126968de825f47f6ae652cdddf21a4b8d90eb /Misc | |
parent | 71f73ca7a9098c678d6bf3073b02228783100665 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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? =========================== |