cpython/Misc/NEWS.d/next/Library
Daniel Hahler 4327705cfa bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Previously, `debug print(` would cause the interpreter to exit on a SyntaxError whereas `print(` would properly display the error and return to the pdb prompt.

This patch fixes this by pre-compiling the code before passing it to `Pdb.run`.


https://bugs.python.org/issue35931
2019-02-15 12:52:53 -08:00
..
2018-12-04-13-35-36.bpo-32417._Y9SKM.rst bpo-32417: Make timedelta arithmetic respect subclasses (#10902) 2019-02-04 14:42:04 -05:00
2018-12-29-21-59-03.bpo-35606.NjGjou.rst bpo-35606: Implement math.prod (GH-11359) 2019-02-06 23:04:02 -08:00
2018-12-30-20-00-05.bpo-35615.Uz1SVh.rst bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384) 2019-02-07 19:51:59 +00:00
2019-01-21-02-15-20.bpo-35378.4oF03i.rst bpo-35378: Fix multiprocessing.Pool references (GH-11627) 2019-02-11 17:29:00 +00:00
2019-02-02-01-53-36.bpo-35321.1Y4DU4.rst bpo-35321: Set the spec origin to frozen in frozen modules (#11732) 2019-02-04 16:56:26 -08:00
2019-02-06-01-40-55.bpo-24209.awtwPD.rst bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (#11767) 2019-02-07 08:22:45 -05:00
2019-02-07-16-22-50.bpo-35931._63i7B.rst bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782) 2019-02-15 12:52:53 -08:00
2019-02-10-00-00-13.bpo-35500.1HOMmo.rst bpo-35500: align expected and actual calls on mock.assert_called_with error message. (GH-11804) 2019-02-13 18:22:29 -08:00
2019-02-10-20-57-12.bpo-35960.bh-6Ja.rst bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) 2019-02-12 06:50:49 -05:00
2019-02-11-09-24-08.bpo-18283.BT3Jhc.rst bpo-18283: Add support for bytes to shutil.which (GH-11818) 2019-02-13 12:25:10 +01:00
2019-02-11-16-23-10.bpo-35918.oGDlpT.rst bpo-35918: Remove broken has_key method and add test (#11819) 2019-02-11 16:37:24 -08:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/