[New-bugs-announce] [issue7343] "What's new in 3.0" says % operator will be deprecated in 3.1

Jared Grubb report at bugs.python.org
Wed Nov 18 06:46:04 CET 2009


New submission from Jared Grubb <python at jaredgrubb.com>:

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


More information about the New-bugs-announce mailing list