Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
0e4507e7 by Aditya Komaravolu at 2021-01-20T04:46:45+00:00
Fixed Depreciated Warnings
caused due to multiple Keyword Arguments having the **_None_** as its value.

- - - - -
20adbc6b by Abhilash Raj at 2021-01-20T04:46:45+00:00
Merge branch 'master' into 'master'

Fixed Depreciated Warnings in rest/helpers.py

See merge request mailman/mailman!754
- - - - -


1 changed file:

- src/mailman/rest/helpers.py


Changes:

=====================================
src/mailman/rest/helpers.py
=====================================
@@ -271,7 +271,7 @@ class ChildError:
         self._status = status
 
     def _oops(self, request, response):
-        raise falcon.HTTPError(self._status, None)
+        raise falcon.HTTPError(self._status, title=None)  # pragma: nocover
 
     on_get = _oops
     on_post = _oops



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/eeafd490dbdbc9c9b812d059996c13f1f6c617de...20adbc6b5f4f812f0e87086fb67f3066bc279935

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/eeafd490dbdbc9c9b812d059996c13f1f6c617de...20adbc6b5f4f812f0e87086fb67f3066bc279935
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to