From ac5721ffd5a3f4d2cc415b847321be0fca87fbad Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Wed, 21 Jun 2017 12:06:15 -0700 Subject: [PATCH 1/2] 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.txt | 1 + Misc/NEWS.d/next/C API/README.txt | 1 + Misc/NEWS.d/next/Core and Builtins/README.txt | 1 + Misc/NEWS.d/next/Documentation/README.txt | 1 + Misc/NEWS.d/next/IDLE/README.txt | 1 + Misc/NEWS.d/next/Library/README.txt | 1 + Misc/NEWS.d/next/Tests/README.txt | 1 + Misc/NEWS.d/next/Tools-Demos/README.txt | 1 + Misc/NEWS.d/next/Windows/README.txt | 1 + Misc/NEWS.d/next/macOS/README.txt | 1 + 10 files changed, 10 insertions(+) create mode 100644 Misc/NEWS.d/next/Build/README.txt create mode 100644 Misc/NEWS.d/next/C API/README.txt create mode 100644 Misc/NEWS.d/next/Core and Builtins/README.txt create mode 100644 Misc/NEWS.d/next/Documentation/README.txt create mode 100644 Misc/NEWS.d/next/IDLE/README.txt create mode 100644 Misc/NEWS.d/next/Library/README.txt create mode 100644 Misc/NEWS.d/next/Tests/README.txt create mode 100644 Misc/NEWS.d/next/Tools-Demos/README.txt create mode 100644 Misc/NEWS.d/next/Windows/README.txt create mode 100644 Misc/NEWS.d/next/macOS/README.txt diff --git a/Misc/NEWS.d/next/Build/README.txt b/Misc/NEWS.d/next/Build/README.txt new file mode 100644 index 00000000000000..8e330a0e1373b5 --- /dev/null +++ b/Misc/NEWS.d/next/Build/README.txt @@ -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.txt b/Misc/NEWS.d/next/C API/README.txt new file mode 100644 index 00000000000000..c0f0d41423c755 --- /dev/null +++ b/Misc/NEWS.d/next/C API/README.txt @@ -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.txt b/Misc/NEWS.d/next/Core and Builtins/README.txt new file mode 100644 index 00000000000000..c528a1eef845c6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/README.txt @@ -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.txt b/Misc/NEWS.d/next/Documentation/README.txt new file mode 100644 index 00000000000000..b329b08a4b6501 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/README.txt @@ -0,0 +1 @@ +Put news entry 'blurb' files for the Documentation section in this directory. diff --git a/Misc/NEWS.d/next/IDLE/README.txt b/Misc/NEWS.d/next/IDLE/README.txt new file mode 100644 index 00000000000000..248e4fb3e555ba --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/README.txt @@ -0,0 +1 @@ +Put news entry 'blurb' files for the IDLE section in this directory. diff --git a/Misc/NEWS.d/next/Library/README.txt b/Misc/NEWS.d/next/Library/README.txt new file mode 100644 index 00000000000000..58b8fb588a66d8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/README.txt @@ -0,0 +1 @@ +Put news entry 'blurb' files for the Library section in this directory. diff --git a/Misc/NEWS.d/next/Tests/README.txt b/Misc/NEWS.d/next/Tests/README.txt new file mode 100644 index 00000000000000..69db071b8fb537 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/README.txt @@ -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.txt b/Misc/NEWS.d/next/Tools-Demos/README.txt new file mode 100644 index 00000000000000..4593098509c21d --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/README.txt @@ -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.txt b/Misc/NEWS.d/next/Windows/README.txt new file mode 100644 index 00000000000000..319c9f03e7eb6f --- /dev/null +++ b/Misc/NEWS.d/next/Windows/README.txt @@ -0,0 +1 @@ +Put news entry 'blurb' files for the Windows section in this directory. diff --git a/Misc/NEWS.d/next/macOS/README.txt b/Misc/NEWS.d/next/macOS/README.txt new file mode 100644 index 00000000000000..3a67166252c277 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/README.txt @@ -0,0 +1 @@ +Put news entry 'blurb' files for the macOS section in this directory. From d8a7e348a6a5280a354d42c576895d7e1b2412e5 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Wed, 21 Jun 2017 18:40:59 -0700 Subject: [PATCH 2/2] Added Security category, changed READMEs to ReST. --- Misc/NEWS.d/next/Build/README.rst | 1 + Misc/NEWS.d/next/Build/README.txt | 1 - Misc/NEWS.d/next/C API/README.rst | 1 + Misc/NEWS.d/next/C API/README.txt | 1 - Misc/NEWS.d/next/Core and Builtins/README.rst | 1 + Misc/NEWS.d/next/Core and Builtins/README.txt | 1 - Misc/NEWS.d/next/Documentation/README.rst | 1 + Misc/NEWS.d/next/Documentation/README.txt | 1 - Misc/NEWS.d/next/IDLE/README.rst | 1 + Misc/NEWS.d/next/IDLE/README.txt | 1 - Misc/NEWS.d/next/Library/README.rst | 1 + Misc/NEWS.d/next/Library/README.txt | 1 - Misc/NEWS.d/next/Security/README.rst | 1 + Misc/NEWS.d/next/Tests/README.rst | 1 + Misc/NEWS.d/next/Tests/README.txt | 1 - Misc/NEWS.d/next/Tools-Demos/README.rst | 1 + Misc/NEWS.d/next/Tools-Demos/README.txt | 1 - Misc/NEWS.d/next/Windows/README.rst | 1 + Misc/NEWS.d/next/Windows/README.txt | 1 - Misc/NEWS.d/next/macOS/README.rst | 1 + Misc/NEWS.d/next/macOS/README.txt | 1 - 21 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 Misc/NEWS.d/next/Build/README.rst delete mode 100644 Misc/NEWS.d/next/Build/README.txt create mode 100644 Misc/NEWS.d/next/C API/README.rst delete mode 100644 Misc/NEWS.d/next/C API/README.txt create mode 100644 Misc/NEWS.d/next/Core and Builtins/README.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/README.txt create mode 100644 Misc/NEWS.d/next/Documentation/README.rst delete mode 100644 Misc/NEWS.d/next/Documentation/README.txt create mode 100644 Misc/NEWS.d/next/IDLE/README.rst delete mode 100644 Misc/NEWS.d/next/IDLE/README.txt create mode 100644 Misc/NEWS.d/next/Library/README.rst delete mode 100644 Misc/NEWS.d/next/Library/README.txt create mode 100644 Misc/NEWS.d/next/Security/README.rst create mode 100644 Misc/NEWS.d/next/Tests/README.rst delete mode 100644 Misc/NEWS.d/next/Tests/README.txt create mode 100644 Misc/NEWS.d/next/Tools-Demos/README.rst delete mode 100644 Misc/NEWS.d/next/Tools-Demos/README.txt create mode 100644 Misc/NEWS.d/next/Windows/README.rst delete mode 100644 Misc/NEWS.d/next/Windows/README.txt create mode 100644 Misc/NEWS.d/next/macOS/README.rst delete mode 100644 Misc/NEWS.d/next/macOS/README.txt diff --git a/Misc/NEWS.d/next/Build/README.rst b/Misc/NEWS.d/next/Build/README.rst new file mode 100644 index 00000000000000..0d2d2c1fc38be9 --- /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/Build/README.txt b/Misc/NEWS.d/next/Build/README.txt deleted file mode 100644 index 8e330a0e1373b5..00000000000000 --- a/Misc/NEWS.d/next/Build/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..5a04f76f47b67e --- /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/C API/README.txt b/Misc/NEWS.d/next/C API/README.txt deleted file mode 100644 index c0f0d41423c755..00000000000000 --- a/Misc/NEWS.d/next/C API/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..52b8c3e6263163 --- /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/Core and Builtins/README.txt b/Misc/NEWS.d/next/Core and Builtins/README.txt deleted file mode 100644 index c528a1eef845c6..00000000000000 --- a/Misc/NEWS.d/next/Core and Builtins/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..405f0ac01a7202 --- /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/Documentation/README.txt b/Misc/NEWS.d/next/Documentation/README.txt deleted file mode 100644 index b329b08a4b6501..00000000000000 --- a/Misc/NEWS.d/next/Documentation/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..5475f7b42050cd --- /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/IDLE/README.txt b/Misc/NEWS.d/next/IDLE/README.txt deleted file mode 100644 index 248e4fb3e555ba..00000000000000 --- a/Misc/NEWS.d/next/IDLE/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..6d2d30eca0fd05 --- /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/Library/README.txt b/Misc/NEWS.d/next/Library/README.txt deleted file mode 100644 index 58b8fb588a66d8..00000000000000 --- a/Misc/NEWS.d/next/Library/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..84c1a3a6ed7a07 --- /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 00000000000000..d2e50e43d84790 --- /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/Tests/README.txt b/Misc/NEWS.d/next/Tests/README.txt deleted file mode 100644 index 69db071b8fb537..00000000000000 --- a/Misc/NEWS.d/next/Tests/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..357f82862cb51a --- /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/Tools-Demos/README.txt b/Misc/NEWS.d/next/Tools-Demos/README.txt deleted file mode 100644 index 4593098509c21d..00000000000000 --- a/Misc/NEWS.d/next/Tools-Demos/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..1e65de35f0ad97 --- /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/Windows/README.txt b/Misc/NEWS.d/next/Windows/README.txt deleted file mode 100644 index 319c9f03e7eb6f..00000000000000 --- a/Misc/NEWS.d/next/Windows/README.txt +++ /dev/null @@ -1 +0,0 @@ -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 00000000000000..a3adb59b62631e --- /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. diff --git a/Misc/NEWS.d/next/macOS/README.txt b/Misc/NEWS.d/next/macOS/README.txt deleted file mode 100644 index 3a67166252c277..00000000000000 --- a/Misc/NEWS.d/next/macOS/README.txt +++ /dev/null @@ -1 +0,0 @@ -Put news entry 'blurb' files for the macOS section in this directory.