[Python-checkins] [python/cpython] 491afb: Add "Misc/NEWS.d" directory tree for "blurb". GH-2...
GitHub
noreply at github.com
Thu Jun 22 19:01:01 EDT 2017
Branch: refs/heads/3.5
Home: https://github.com/python/cpython
Commit: 491afb533e40ac2066e427bdce6a77ce8f20d73b
https://github.com/python/cpython/commit/491afb533e40ac2066e427bdce6a77ce8f20d73b
Author: larryhastings <larry at hastings.org>
Date: 2017年06月22日 (2017年6月22日)
Changed paths:
A Misc/NEWS.d/next/Build/README.rst
A Misc/NEWS.d/next/C API/README.rst
A Misc/NEWS.d/next/Core and Builtins/README.rst
A Misc/NEWS.d/next/Documentation/README.rst
A Misc/NEWS.d/next/IDLE/README.rst
A Misc/NEWS.d/next/Library/README.rst
A Misc/NEWS.d/next/Security/README.rst
A Misc/NEWS.d/next/Tests/README.rst
A Misc/NEWS.d/next/Tools-Demos/README.rst
A Misc/NEWS.d/next/Windows/README.rst
A Misc/NEWS.d/next/macOS/README.rst
Log Message:
-----------
Add "Misc/NEWS.d" directory tree for "blurb". GH-2330
CPython workflow is changing! We're going to start using "blurb"
to manage Misc/NEWS entries:
https://github.com/python/core-workflow
(This will be a big win for release managers, honest.)
This checkin simply populates the "Misc/NEWS.d" subdirectory tree
so that people can start putting their news entries in there.
No other changes (yet).
More information about the Python-checkins
mailing list