- 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