Core and Builtins
-----------------
-Library
--------
-
-- Issue #28847: dbm.dumb now supports reading read-only files and no longer
- writes the index file when it is not changed.
-
-
-What's New in Python 3.6.0 release candidate 1
-==============================================
-
-*Release date: 2016-12-06*
-
-Core and Builtins
------------------
-
+ - Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
+ Original patch by Andreas Stührk.
+
- Issue #23722: Rather than silently producing a class that doesn't support
zero-argument ``super()`` in methods, failing to pass the new
``__classcell__`` namespace entry up to ``type.__new__`` now results in a