Index: Doc/howto/webservers.rst =================================================================== --- Doc/howto/webservers.rst (revision 84355) +++ Doc/howto/webservers.rst (working copy) @@ -293,7 +293,7 @@ # -*- coding: UTF-8 -*- import sys, os - from cgi import escape + from html import escape from flup.server.fcgi import WSGIServer def app(environ, start_response):