[issue2772] Add PendingDeprecationWarning for % formatting

Benjamin Peterson report at bugs.python.org
Wed May 7 20:49:32 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

On Wed, May 7, 2008 at 10:33 AM, Eric Smith <report at bugs.python.org> wrote:
>  I think a better approach will be to remove % formatting from
>  warnings.py.  I think that will remove the need for any checks at all.
>  I'll investigate that.

That would make user code warning that uses '%"' brittle. However, if
we warn about it, I think it's ok.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2772>
__________________________________


More information about the Python-bugs-list mailing list