diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-30 13:00:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 13:00:08 (GMT) |
commit | 4c9da4c964a62c2972fa40b30ab11f19f89178f4 (patch) | |
tree | 5a30c2f20917028ee755affe2fe8de099f800247 /Misc | |
parent | 46adf6b701c440e047abf925df9a75aae50233bf (diff) | |
download | cpython-4c9da4c964a62c2972fa40b30ab11f19f89178f4.zip cpython-4c9da4c964a62c2972fa40b30ab11f19f89178f4.tar.gz cpython-4c9da4c964a62c2972fa40b30ab11f19f89178f4.tar.bz2 |
[3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544) (GH-112552)
Relocate smtpd deprecation notice to it's own section rather than under
'locale' in docs for What's New in Python 3.12 doc
(cherry picked from commit 1ff212debdc094c28928011cff9f4eea8de34d44)
Co-authored-by: Matt Prodani <mp5908@nyu.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2023-11-30-02-33-59.gh-issue-111699._O5G_y.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1454,6 +1454,7 @@ Paul Prescod Donovan Preston Eric Price Paul Price +Matt Prodani Iuliia Proskurnia Dorian Pula Jyrki Pulliainen diff --git a/Misc/NEWS.d/next/Documentation/2023-11-30-02-33-59.gh-issue-111699._O5G_y.rst b/Misc/NEWS.d/next/Documentation/2023-11-30-02-33-59.gh-issue-111699._O5G_y.rst new file mode 100644 index 0000000..2d31345 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2023-11-30-02-33-59.gh-issue-111699._O5G_y.rst @@ -0,0 +1 @@ +Relocate ``smtpd`` deprecation notice to its own section rather than under ``locale`` in What's New in Python 3.12 document |