[issue11792] asyncore module print to stdout

Samuele Kaplun report at bugs.python.org
Thu Apr 7 10:22:27 CEST 2011


New submission from Samuele Kaplun <Samuele.Kaplun at cern.ch>:

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.

----------
components: Library (Lib)
messages: 133198
nosy: kaplun
priority: normal
severity: normal
status: open
title: asyncore module print to stdout
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11792>
_______________________________________


More information about the Python-bugs-list mailing list