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 giampaolo.rodola
Recipients Longpoke, eric.araujo, giampaolo.rodola, josiahcarlson
Date 2010-05-06.18:53:13
SpamBayes Score 0.00010175185
Marked as misclassified No
Message-id <1273171995.57.0.199995964273.issue8573@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I think it's better to remain consistent with the rest of the module which uses %s all around the place, also for backward compatibility in case someone wants to copy asyncore.py shipped with recent python versions and use it in their code using older python versions.

This practice is not so uncommon since asyncore.py received serious bug-fixing only starting from python 2.6.

Fixed in r80875 (2.7), r80876 (3.2), r80878 (2.6) and r80879 (3.1) which also includes changes to fix issue 8483.
History
Date User Action Args
2010-05-06 18:53:16giampaolo.rodolasetrecipients: + giampaolo.rodola, josiahcarlson, eric.araujo, Longpoke
2010-05-06 18:53:15giampaolo.rodolasetmessageid: <1273171995.57.0.199995964273.issue8573@psf.upfronthosting.co.za>
2010-05-06 18:53:14giampaolo.rodolalinkissue8573 messages
2010-05-06 18:53:13giampaolo.rodolacreate