diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-14 14:15:29 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-14 14:15:29 -0400 |
commit | 877965b09216b2d6f9f99592d7b425c7b7a19108 (patch) | |
tree | 08998e2082d9dd9110ca850acf3ae0f5d74dfc5f /NEWS.txt | |
parent | 7d22fe1941c4a6ef4eb2e234c85db175d3b3f812 (diff) |
Fixed code that was causing deprecation warnings in recent Python 3
versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ = Unreleased -* Improved the warning given when no parser is specified. +* Improved the warning given when no parser is specified. [bug=1780571] + +* Fixed code that was causing deprecation warnings in recent Python 3 + versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496] = 4.6.0 (20170507) = |