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).
This commit is contained in:
larryhastings 2017-06-22 10:29:02 -07:00 committed by GitHub
parent 6580c19bbb
commit ea007984d3
11 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Build* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *C API* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Core and Builtins* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Documentation* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *IDLE* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Library* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Security* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Tests* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Tools/Demos* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *Windows* section in this directory.

View file

@ -0,0 +1 @@
Put news entry ``blurb`` files for the *macOS* section in this directory.