New submission from Carlos Nepomuceno:

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

----------
assignee: docs@python
components: Documentation
messages: 189791
nosy: Carlos.Nepomuceno, docs@python
priority: normal
severity: normal
status: open
title: The Python Tutorial says % string formatting will be removed
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18031>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to