]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
authorlarryhastings <larry@hastings.org>
Thu, 22 Jun 2017 17:29:02 +0000 (10:29 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2017 17:29:02 +0000 (10:29 -0700)
commitea007984d3eb4f80f3b632730fa34ae01c4ef188
tree5855ba0f254868ccab118c65ca910d7b09bd8e5d
parent6580c19bbbe7bc9bc0884699afd69184f523b32e
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)

Add "Misc/NEWS.d" directory tree for "blurb".

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).
Misc/NEWS.d/next/Build/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/C API/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Documentation/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/IDLE/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Security/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Tests/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Tools-Demos/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/Windows/README.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/README.rst [new file with mode: 0644]