diff options
author | Ned Deily <nad@python.org> | 2017-03-05 10:33:38 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-03-05 10:33:38 (GMT) |
commit | 38136e2a581ada0382d9bd1df5b32678cbd94b9a (patch) | |
tree | ea30040f329ea9f4fff66e8f93e30970722a2234 /Misc | |
parent | e0fbe5feee4f9c00f09eb9659c2182183036261a (diff) | |
download | cpython-38136e2a581ada0382d9bd1df5b32678cbd94b9a.zip cpython-38136e2a581ada0382d9bd1df5b32678cbd94b9a.tar.gz cpython-38136e2a581ada0382d9bd1df5b32678cbd94b9a.tar.bz2 |
Bump to v3.6.1rc1+.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.6.1 final? +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.6.1 release candidate 1 ============================================== |