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 Carlos.Nepomuceno
Recipients Carlos.Nepomuceno, docs@python
Date 2013-05-22.05:58:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369202302.43.0.537534312315.issue18031@psf.upfronthosting.co.za>
In-reply-to
Content
It[1] says:
"Since str.format() is quite new, a lot of Python code still uses the % operator. However, because this old style of formatting will eventually be removed from the language, str.format() should generally be used."

[1] http://docs.python.org/2/tutorial/inputoutput.html#old-string-formatting
History
Date User Action Args
2013-05-22 05:58:22Carlos.Nepomucenosetrecipients: + Carlos.Nepomuceno, docs@python
2013-05-22 05:58:22Carlos.Nepomucenosetmessageid: <1369202302.43.0.537534312315.issue18031@psf.upfronthosting.co.za>
2013-05-22 05:58:22Carlos.Nepomucenolinkissue18031 messages
2013-05-22 05:58:21Carlos.Nepomucenocreate