changeset 270:d9d3b844442b trunk

The [WebPy web.py] example was generating extraneous line breaks.
author cmlenz
date Wed, 27 Sep 2006 09:20:45 +0000
parents 63bdd030c49f
children 370fa02591a8
files examples/webpy/hello.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/webpy/hello.py
+++ b/examples/webpy/hello.py
@@ -20,7 +20,7 @@
 
         web.header('Content-Type', 'text/html; charset=utf-8', unique=True)
         for output in stream.serialize('html'):
-            print output.encode('utf-8')
+            print output.encode('utf-8'),
 
 
 if __name__ == '__main__':
Copyright (C) 2012-2017 Edgewall Software