Version information.

This commit is contained in:
Barry Warsaw 2017-09-13 19:12:12 -07:00
parent 5beb1c01ef
commit beee344f48
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@ which inherits several of the problems this PEP aims to solve.
Version History
===============
* 2017-09-13
* The ``PYTHONBREAKPOINT`` environment variable is made a first class
feature.
* 2017-09-07
* ``debug()`` renamed to ``breakpoint()``