
report at bugs
Nov 17, 2009, 9:46 PM
Post #1 of 4
(178 views)
Permalink
|
|
[issue7343] "What's new in 3.0" says % operator will be deprecated in 3.1
|
|
New submission from Jared Grubb <python [at] jaredgrubb>: The existing text: http://www.python.org/doc/3.0/whatsnew/3.0.html "A new system for built-in string formatting operations replaces the % string formatting operator. (However, the % operator is still supported; it will be deprecated in Python 3.1 and removed from the language at some later time.) Read PEP 3101 for the full scoop." Python 3.1 did not deprecate the % operator, right? Is it appropriate to edit the 3.0 docs to reflect that? ---------- assignee: georg.brandl components: Documentation messages: 95411 nosy: georg.brandl, jaredgrubb severity: normal status: open title: "What's new in 3.0" says % operator will be deprecated in 3.1 versions: Python 3.0 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7343> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|