[Python-checkins] bpo-44987: Fix typo whatsnew 3.11 (GH-28293)

corona10 webhook-mailer at python.org
Sat Sep 11 15:06:02 EDT 2021


https://github.com/python/cpython/commit/5277ffe12d492939544ff9c54a3aaf448b913fb3
commit: 5277ffe12d492939544ff9c54a3aaf448b913fb3
branch: main
author: Dong-hee Na <donghee.na at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2021-09-12T04:05:55+09:00
summary:

bpo-44987: Fix typo whatsnew 3.11 (GH-28293)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 254d7224a7a50..48654040f4a89 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -288,7 +288,7 @@ Optimizations
 * :file:`.pdbrc` is now read with ``'utf-8'`` encoding.
 
 * Pure ASCII strings are now normalized in constant time by :func:`unicodedata.normalize`.
-  (Contributed by Dong-hee Na in :issue:`bpo-44987`.)
+  (Contributed by Dong-hee Na in :issue:`44987`.)
 
 
 CPython bytecode changes



More information about the Python-checkins mailing list