From b092d3e1632dab28a3a2ef81ea3b0a940928d455 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 16 Jul 2019 19:23:50 -0700 Subject: [PATCH] What's new: say hello to Python 3.7! Re #7105 --- user_docs/en/changes.t2t | 1 + 1 file changed, 1 insertion(+) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index b4d05beb68c..f8c83b1aa8c 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -10,6 +10,7 @@ What's New in NVDA == Changes for Developers == +- Updated Python to 3.7.4. (#7105) - Updated pySerial to version 3.4. - the validate module is now only available from configobj. Code should now do from configobj import validate rather than import validate. - textInfos.Point and textInfos.Rect are removed and replaced by locationHelper.Point and locationHelper.RectLTRB, respectively.