summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorAndrey Doroschenko <dorosch.github.io@yandex.ru>2019-11-15 09:03:47 (GMT)
committerTal Einat <taleinat+github@gmail.com>2019-11-15 09:03:46 (GMT)
commite8acc865a3f112b98417f676c897ca6ec2dac2c7 (patch)
treedb2a9c6f7a4a643a64bad3a540083b5f45b02caa /Misc/NEWS.d/next
parentb44ffc8b409fd539c5fb2b79385498e9fe168880 (diff)
downloadcpython-e8acc865a3f112b98417f676c897ca6ec2dac2c7.zip
cpython-e8acc865a3f112b98417f676c897ca6ec2dac2c7.tar.gz
cpython-e8acc865a3f112b98417f676c897ca6ec2dac2c7.tar.bz2
bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-11-15-09-22-28.bpo-38351.xwhlse.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-11-15-09-22-28.bpo-38351.xwhlse.rst b/Misc/NEWS.d/next/Documentation/2019-11-15-09-22-28.bpo-38351.xwhlse.rst
new file mode 100644
index 0000000..8e0dc9e
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-11-15-09-22-28.bpo-38351.xwhlse.rst
@@ -0,0 +1 @@
+Modernize :mod:`email` examples from %-formatting to f-strings. \ No newline at end of file