Michael Merickel
2012-08-23 8d48d68e99bf9798dfdd5e9f9ee47c182e876bda
exposed the serve_forever line of helloworld.py to narrative
1 files modified
2 ■■■ changed files
docs/narr/firstapp.rst 2 ●●● patch | view | raw | blame | history
docs/narr/firstapp.rst
@@ -218,7 +218,7 @@
.. ignore-next-block
.. literalinclude:: helloworld.py
   :linenos:
   :lines: 14
   :lines: 14-15
Finally, we actually serve the application to requestors by starting up a
WSGI server.  We happen to use the :mod:`wsgiref` ``make_server`` server