[Checkins] [zopefoundation/zope.server] 49ecd0: Use six.moves.queue

GitHub noreply at github.com
Thu Oct 26 15:43:46 CEST 2017


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

  Changed paths:
    M src/zope/server/taskthreads.py

  Log Message:
  -----------
  Use six.moves.queue


  Commit: 7a16ad227578cbb1e872a7c9f1252ec4faaed186
      https://github.com/zopefoundation/zope.server/commit/7a16ad227578cbb1e872a7c9f1252ec4faaed186
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M src/zope/server/http/chunking.py

  Log Message:
  -----------
  TIL that int(b'hex', 16) works fine on Python 3


  Commit: 7f94d57995b73fd86ef8994da79179f62c205253
      https://github.com/zopefoundation/zope.server/commit/7f94d57995b73fd86ef8994da79179f62c205253
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M src/zope/server/http/wsgihttpserver.py

  Log Message:
  -----------
  Revert back to bare except in PMDBWSGIHTTPServer

For consistency with PMDBHTTPServer, and so you can interrupt infinite
loops and drop into a debugger with a ^C.


Compare: https://github.com/zopefoundation/zope.server/compare/ba93b62c58de...7f94d57995b7


More information about the checkins mailing list