Fix collections.abc imports for Python 3.9 (#7707)

* Fix collections.abc imports for Python 3.9

* Update AUTHORS.md

* No longer ignore collections.abc deprecation warning

* Update changelog

* Remove outdated comment

* Disabling no-name-in-module not needed as linting is on Python 3
This commit is contained in:
Hugo van Kemenade
2020-01-24 14:13:58 +01:00
committed by Adrien Ferrand
parent 5f315b46e9
commit 2f24726d4c
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* Fix collections.abc imports for Python 3.9.
More details about these changes can be found on our GitHub repo.