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 python-dev
Recipients Ramchandra Apte, amak, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, terry.reedy, tshepang
Date 2012-07-07.03:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WTdjm4nTkzNPV@mail.python.org>
In-reply-to
Content
New changeset d9c98730e2e8 by Nick Coghlan in branch 'default':
Issue 14814: %s implies coercion with str() - remove a lot of redundant str() calls from the ipaddress implementation
http://hg.python.org/cpython/rev/d9c98730e2e8
History
Date User Action Args
2012-07-07 03:35:26python-devsetrecipients: + python-dev, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, Ramchandra Apte, hynek
2012-07-07 03:35:25python-devlinkissue14814 messages
2012-07-07 03:35:25python-devcreate