]> granicus.if.org Git - python/commitdiff
whatsnew: pdb works for debugging asyncio programs (#16596).
authorR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 23:40:30 +0000 (19:40 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 23:40:30 +0000 (19:40 -0400)
Doc/whatsnew/3.4.rst

index 6b1af0efc639f56ee8f5e58bc941a977f1b7e0b1..8861d8840046217b054596ebd1b7b77cccedc268 100644 (file)
@@ -1066,6 +1066,11 @@ root on Windows. (Contributed by Tim Golden in :issue:`9035`.)
 pdb
 ---
 
+:mod:`pdb` has been enhanced to handle generators, :keyword:`yield`, and
+:keyword:`yield from` in a more useful fashion.  This is especially helpful when
+debugging :mod:`asyncio` based programs.  (Contributed by Andrew Svetlov and
+Xavier de Gaye in :issue:`16596`.)
+
 The ``print`` command has been removed from :mod:`pdb`, restoring access to the
 Python :func:`print` function from the pdb command line.  Python2's ``pdb`` did
 not have a ``print`` command; instead, entering ``print`` executed the