diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-07-20 06:23:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 06:23:28 (GMT) |
commit | b3aec3ea58b6d8a492819666fe67164957f10dd9 (patch) | |
tree | 582073f813979421a3e0a152fbc4cc27954d2093 /Misc/NEWS.d | |
parent | bb8e20a329f83cdeb74e5a6cc5a4079349ba2a87 (diff) | |
download | cpython-b3aec3ea58b6d8a492819666fe67164957f10dd9.zip cpython-b3aec3ea58b6d8a492819666fe67164957f10dd9.tar.gz cpython-b3aec3ea58b6d8a492819666fe67164957f10dd9.tar.bz2 |
[3.11] Remove blurb boilerplate from news item(#95033) (#95036)
Cherry-picked from 88e4eeba25df999866b23448b95dce2769c2da86
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/3.11.0b4.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.11.0b4.rst b/Misc/NEWS.d/3.11.0b4.rst index 144a732..8340b76 100644 --- a/Misc/NEWS.d/3.11.0b4.rst +++ b/Misc/NEWS.d/3.11.0b4.rst @@ -840,11 +840,6 @@ slashes because they denote UNC paths. Added more tests for :mod:`dataclasses` to cover behavior with data descriptor-based fields. -# Write your Misc/NEWS entry below. It should be a simple ReST paragraph. # -Don't start with "- Issue #<n>: " or "- gh-issue-<n>: " or that sort of -stuff. -########################################################################### - .. .. date: 2022-06-27-21-27-20 |