diff options
author | Barry Warsaw <barry@python.org> | 2017-03-28 14:02:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 14:02:07 (GMT) |
commit | 9f74deba784fc8781d13ed564f69c02ed7c331bb (patch) | |
tree | ce17bcb189b64ab8b4020ca4b09c0987a2ec5705 /Misc/NEWS | |
parent | 8cea5929f52801b0ce5928b46ef836e99a24321a (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |