suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Convert CP1250 files to UTF8 #39

Closed sbraz closed 4 years ago

sbraz commented 4 years ago

Hi, This fixes SyntaxError: Non-UTF-8 code in coment when PyPy3 is used. Not that tests pass with PyPy3 but still this makes the code more legible :smiley:

phillbaker commented 4 years ago

Thanks!