diff options
author | Guido van Rossum <guido@python.org> | 2020-07-27 23:01:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 23:01:49 (GMT) |
commit | e962e3f65a086d9d3b848483fd01215d96ecc5f9 (patch) | |
tree | 3a9a91ac75a526845c811e4019142a0ef42438df /Misc | |
parent | e6b2d93f0c3891827f609ecac1ced21e1626ed0a (diff) | |
download | cpython-e962e3f65a086d9d3b848483fd01215d96ecc5f9.zip cpython-e962e3f65a086d9d3b848483fd01215d96ecc5f9.tar.gz cpython-e962e3f65a086d9d3b848483fd01215d96ecc5f9.tar.bz2 |
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
Co-Authored-By: Rishi <rishi93dev@gmail.com>
(cherry picked from commit 13efaec)
Co-authored-by: amaajemyfren <32741226+amaajemyfren@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-07-27-20-46-17.bpo-41045.GFF6Ul.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-07-27-20-46-17.bpo-41045.GFF6Ul.rst b/Misc/NEWS.d/next/Documentation/2020-07-27-20-46-17.bpo-41045.GFF6Ul.rst new file mode 100644 index 0000000..dfc9891 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-07-27-20-46-17.bpo-41045.GFF6Ul.rst @@ -0,0 +1 @@ +Add documentation for debug feature of f-strings.
\ No newline at end of file |