From: Serhiy Storchaka Date: Wed, 22 May 2013 12:35:35 +0000 (+0300) Subject: Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=549681c79bcda4826e730be174c61e23efc3025c;p=python Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. --- 549681c79bcda4826e730be174c61e23efc3025c diff --cc Misc/NEWS index a025c7073e,465c0f529c..adf99fb020 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -327,15 -284,12 +327,16 @@@ Test - Issue #17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware. -- Issue #17843: Removed bz2 test data file that was triggering false-positive - virus warnings with certain antivirus software. -- 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 + in urllib.request.urlopen() is fixed to match the code. + - Issue #15940: Specify effect of locale on time functions. - Issue #6696: add documentation for the Profile objects, and improve