diff options
author | larryhastings <larry@hastings.org> | 2017-06-22 17:29:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 17:29:02 (GMT) |
commit | ea007984d3eb4f80f3b632730fa34ae01c4ef188 (patch) | |
tree | 5855ba0f254868ccab118c65ca910d7b09bd8e5d | |
parent | 6580c19bbbe7bc9bc0884699afd69184f523b32e (diff) | |
download | cpython-ea007984d3eb4f80f3b632730fa34ae01c4ef188.zip cpython-ea007984d3eb4f80f3b632730fa34ae01c4ef188.tar.gz cpython-ea007984d3eb4f80f3b632730fa34ae01c4ef188.tar.bz2 |
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).
-rw-r--r-- | Misc/NEWS.d/next/Build/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/C API/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/IDLE/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Security/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Tests/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Windows/README.rst | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/macOS/README.rst | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/README.rst b/Misc/NEWS.d/next/Build/README.rst new file mode 100644 index 0000000..0d2d2c1 --- /dev/null +++ b/Misc/NEWS.d/next/Build/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Build* section in this directory. diff --git a/Misc/NEWS.d/next/C API/README.rst b/Misc/NEWS.d/next/C API/README.rst new file mode 100644 index 0000000..5a04f76 --- /dev/null +++ b/Misc/NEWS.d/next/C API/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *C API* section in this directory. diff --git a/Misc/NEWS.d/next/Core and Builtins/README.rst b/Misc/NEWS.d/next/Core and Builtins/README.rst new file mode 100644 index 0000000..52b8c3e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Core and Builtins* section in this directory. diff --git a/Misc/NEWS.d/next/Documentation/README.rst b/Misc/NEWS.d/next/Documentation/README.rst new file mode 100644 index 0000000..405f0ac --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Documentation* section in this directory. diff --git a/Misc/NEWS.d/next/IDLE/README.rst b/Misc/NEWS.d/next/IDLE/README.rst new file mode 100644 index 0000000..5475f7b --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *IDLE* section in this directory. diff --git a/Misc/NEWS.d/next/Library/README.rst b/Misc/NEWS.d/next/Library/README.rst new file mode 100644 index 0000000..6d2d30e --- /dev/null +++ b/Misc/NEWS.d/next/Library/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Library* section in this directory. diff --git a/Misc/NEWS.d/next/Security/README.rst b/Misc/NEWS.d/next/Security/README.rst new file mode 100644 index 0000000..84c1a3a --- /dev/null +++ b/Misc/NEWS.d/next/Security/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Security* section in this directory. diff --git a/Misc/NEWS.d/next/Tests/README.rst b/Misc/NEWS.d/next/Tests/README.rst new file mode 100644 index 0000000..d2e50e4 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Tests* section in this directory. diff --git a/Misc/NEWS.d/next/Tools-Demos/README.rst b/Misc/NEWS.d/next/Tools-Demos/README.rst new file mode 100644 index 0000000..357f828 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Tools/Demos* section in this directory. diff --git a/Misc/NEWS.d/next/Windows/README.rst b/Misc/NEWS.d/next/Windows/README.rst new file mode 100644 index 0000000..1e65de3 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *Windows* section in this directory. diff --git a/Misc/NEWS.d/next/macOS/README.rst b/Misc/NEWS.d/next/macOS/README.rst new file mode 100644 index 0000000..a3adb59 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/README.rst @@ -0,0 +1 @@ +Put news entry ``blurb`` files for the *macOS* section in this directory. |