New submission from Jerry Chen <[EMAIL PROTECTED]>:

For people who are following HOWTO guides verbatim, there are two types
of Python 2.x'isms in "HOWTO Use Python in the web"
(http://www.python.org/doc/3.0/howto/webservers.html):

1. ``print`` statements instead of functions.
2. Use of beloved but deprecated ``%`` format operator.

Please see attached patch for the ReST source found at
http://www.python.org/doc/3.0/_sources/howto/webservers.txt.

Note: ``2to3`` was not actually used, as the filename may suggest.

----------
assignee: georg.brandl
components: Documentation
files: webservers-2to3.patch
keywords: patch
messages: 77040
nosy: georg.brandl, jcsalterego
severity: normal
status: open
title: Deprecated python 2.x syntax in "HOWTO Use Python in the web"
versions: Python 3.0
Added file: http://bugs.python.org/file12242/webservers-2to3.patch

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4550>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to