Also fix a NEWS file issue number error, and some spacing fixes in whatsnew.
.. _whatsnew-tracemalloc:
+
tracemalloc
-----------
using the new :mod:`enum` module. This allows descriptive reporting during
debugging, instead of seeing integer "magic numbers".
+
ssl
---
most cases. :class:`lzma.LZMAFile` has also been optimized. (Contributed by
Serhiy Storchaka and Nadeem Vawda in :issue:`16034`.)
+* :func:`random.getrandbits` is 20%-40% faster for small integers (the most
+ common use case). (Contributed by Serhiy Storchaka in :issue:`16674`).
+
Deprecated
==========
byte-compiled file is a symlink or non-regular file as a warning that import
will not keep the file path type if it writes to that path.
-- Issue #180022: Have site.addpackage() consider already known paths even when
+- Issue #16972: Have site.addpackage() consider already known paths even when
none are explicitly passed in. Bug report and fix by Kirill.
- Issue #1602133: on Mac OS X a shared library build (``--enable-shared``)