8000 Add "Misc/NEWS.d" directory tree for "blurb". by larryhastings · Pull Request #2316 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Add "Misc/NEWS.d" directory tree for "blurb". #2316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files. 10000
Loading
Diff view
Diff view
Next Next commit
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).
  • Loading branch information
larryhastings committed Jun 21, 2017
commit ac5721ffd5a3f4d2cc415b847321be0fca87fbad
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/Build/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Build section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/C API/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the C API section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/Core and Builtins/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Core and Builtins section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/Documentation/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Documentation section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/IDLE/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the IDLE section in this directory.
1 change: 1 addition & 0 deletions < 10000 /span> Misc/NEWS.d/next/Library/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Library section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/Tests/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Tests section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/Tools-Demos/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Tools/Demos section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/Windows/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the Windows section in this directory.
1 change: 1 addition & 0 deletions Misc/NEWS.d/next/macOS/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Put news entry 'blurb' files for the macOS section in this directory.
0