summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-05-22 15:33:09 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-05-22 15:33:09 +0300
commit9e62d35e656ff2c8c3343943a9b7b5e5bf39ee2e (patch)
treea4e224dffceb86edbb5a59438778527c93133c7c /Misc
parent95ae99205e3a9da45b958415af92432ca990914e (diff)
downloadcpython-git-9e62d35e656ff2c8c3343943a9b7b5e5bf39ee2e.tar.gz
Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f21947cee..465c0f529c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,7 +42,6 @@ IDLE
- Issue #14146: Highlight source line while debugging on Windows.
-
Tests
-----
@@ -51,6 +50,8 @@ Tests
Documentation
-------------
+- Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
+
- Issue #14097: improve the "introduction" page of the tutorial.
- Issue #17977: The documentation for the cadefault argument's default value