diff options
author | larryhastings <larry@hastings.org> | 2017-06-22 23:01:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 23:01:00 (GMT) |
commit | 491afb533e40ac2066e427bdce6a77ce8f20d73b (patch) | |
tree | 537a0debc240d25351f8e9ee9d4a8c0a701e6040 /Misc/NEWS.d/next | |
parent | 91d171be45942d37a973b0675521b5159a96be31 (diff) | |
download | cpython-491afb533e40ac2066e427bdce6a77ce8f20d73b.zip cpython-491afb533e40ac2066e427bdce6a77ce8f20d73b.tar.gz cpython-491afb533e40ac2066e427bdce6a77ce8f20d73b.tar.bz2 |
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).
Diffstat (limited to 'Misc/NEWS.d/next')
-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. |