[New-bugs-announce] [issue4550] Deprecated python 2.x syntax in "HOWTO Use Python in the web"

Jerry Chen report at bugs.python.org
Fri Dec 5 18:09:32 CET 2008


New submission from Jerry Chen <jerry at 3rdengine.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue4550>
_______________________________________


More information about the New-bugs-announce mailing list