mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) (GH-20474)
(cherry picked from commit 56853d8ec6)
Co-authored-by: Elazar Gershuni <elazarg@gmail.com>
Co-authored-by: Elazar Gershuni <elazarg@gmail.com>
This commit is contained in:
parent
9e3c583954
commit
de6b684109
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ PEP 616: New removeprefix() and removesuffix() string methods
|
|||
to easily remove an unneeded prefix or a suffix from a string. Corresponding
|
||||
``bytes``, ``bytearray``, and ``collections.UserString`` methods have also been
|
||||
added. See :pep:`616` for a full description. (Contributed by Dennis Sweeney in
|
||||
:issue:`18939`.)
|
||||
:issue:`39939`.)
|
||||
|
||||
PEP 585: Builtin Generic Types
|
||||
------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue