tlc28
tlc28
Hi, Disclaimer: I'm new to Zeep and to SOAP in general. This being said, I'm trying to consume Sympa's SOAP API using Zeep 4.1.0. It's a private Sympa instance so...
I'm working on packaging LibCST for Guix (https://guix.gnu.org), but several tests are failing (see full log at the bottom). 3 of them are failing with the same error message: `"No...
Hi, I've recently updated to Python 3.8 and python-memcached now emits 2 syntax warnings: ``` memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': memcache.py:1304:...