diff options
author | larryhastings <larry@hastings.org> | 2017-06-23 00:38:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 00:38:47 (GMT) |
commit | e9b34c11001a0a2d71323e64fe7324fe6455e94f (patch) | |
tree | 9b12e2a1fbdabebbd67f25d4484a25c40c7eaa76 | |
parent | 396998e0c6ee7e555133c53ce42224046b1255f7 (diff) | |
download | cpython-e9b34c11001a0a2d71323e64fe7324fe6455e94f.zip cpython-e9b34c11001a0a2d71323e64fe7324fe6455e94f.tar.gz cpython-e9b34c11001a0a2d71323e64fe7324fe6455e94f.tar.bz2 |
Add "Misc/NEWS.d" directory tree for "blurb". GH-2329
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. |