Get ready for release 3.7.3

This commit is contained in:
rocky
2020-07-25 13:12:42 -04:00
parent 024a81c053
commit 6cb6e45789
4 changed files with 20 additions and 8 deletions

12
NEWS.md
View File

@@ -1,3 +1,15 @@
3.7.3: 2020-7-25
================
Mostly small miscellaneous bug fixes
* `__doc__ = DocDescr()` from `test_descr.py` was getting confused as a docstring.
* detect 2.7 exchandler range better
* Add for .. else reduction checks on 2.6 and before
* Add reduce check for 2.7 augmented assign
* Add VERSION in a pydoc-friendly way
3.7.2: 2020-6-27
================