[Checkins] [zopefoundation/zope.server] d935c0: Be explicit about the charset passed to encode()/d...

GitHub noreply at github.com
Thu Oct 26 16:11:08 CEST 2017


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/zope.server
  Commit: d935c0577027eea3260727e09f0c72c6ccd9d807
      https://github.com/zopefoundation/zope.server/commit/d935c0577027eea3260727e09f0c72c6ccd9d807
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M src/zope/server/ftp/tests/test_ftpserver.py
    M src/zope/server/http/tests/test_wsgiserver.py
    M src/zope/server/tests/test_serverbase.py

  Log Message:
  -----------
  Be explicit about the charset passed to encode()/decode()

Even in test code, where we're not expecting anything other than plain
ASCII.

(I've been convinced that following good style is a good idea even in
test code.)




More information about the checkins mailing list