summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2017-03-28 14:02:07 (GMT)
committerGitHub <noreply@github.com>2017-03-28 14:02:07 (GMT)
commit9f74deba784fc8781d13ed564f69c02ed7c331bb (patch)
treece17bcb189b64ab8b4020ca4b09c0987a2ec5705 /Misc/NEWS
parent8cea5929f52801b0ce5928b46ef836e99a24321a (diff)
downloadcpython-9f74deba784fc8781d13ed564f69c02ed7c331bb.zip
cpython-9f74deba784fc8781d13ed564f69c02ed7c331bb.tar.gz
cpython-9f74deba784fc8781d13ed564f69c02ed7c331bb.tar.bz2
Improve the documentation for template strings (#856)
bpo-19824 bpo-20314 bpo-12518
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b41fd8d..9ff9481 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -879,6 +879,10 @@ C API
Documentation
-------------
+- bpo-19824, bpo-20314, bpo-12518: Improve the documentation for, and links
+ to, template strings by emphasizing their utility for internationalization,
+ and by clarifying some usage constraints.
+
- bpo-28929: Link the documentation to its source file on GitHub.
- bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to