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 kaplun
Recipients kaplun
Date 2011-04-07.08:22:26
SpamBayes Score 4.205298e-06
Marked as misclassified No
Message-id <1302164547.51.0.00796675638599.issue11792@psf.upfronthosting.co.za>
In-reply-to
Content
The method "log_info" of the "dispatcher" class of the asyncore.py module, uses print statement to print to stdout.

This lead to conflicts when asyncore is used within e.g. mod_wsgi, as writing to stdout is not supposed to be valid.
History
Date User Action Args
2011-04-07 08:22:27kaplunsetrecipients: + kaplun
2011-04-07 08:22:27kaplunsetmessageid: <1302164547.51.0.00796675638599.issue11792@psf.upfronthosting.co.za>
2011-04-07 08:22:26kaplunlinkissue11792 messages
2011-04-07 08:22:26kapluncreate