This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcsalterego
Recipients georg.brandl, jcsalterego
Date 2008-12-05.17:09:23
SpamBayes Score 0.0019753415
Marked as misclassified No
Message-id <1228496972.39.0.491433702002.issue4550@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-05 17:09:32jcsalteregosetrecipients: + jcsalterego, georg.brandl
2008-12-05 17:09:32jcsalteregosetmessageid: <1228496972.39.0.491433702002.issue4550@psf.upfronthosting.co.za>
2008-12-05 17:09:30jcsalteregolinkissue4550 messages
2008-12-05 17:09:27jcsalteregocreate