Library
-------
-- Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'.
-
-- Issue #14741: Fix missing support for Ellipsis ('...') in parser module.
+- Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
-- Issue #14697: Fix missing support for set displays and set comprehensions in
- parser module.
++- Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'.
+
-- Issue #14701: Fix missing support for 'raise ... from' in parser module.
+- Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka.
- Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running
step. Patch by Xavier de Gaye.