summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/windows_utils.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-13 01:54:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-13 01:54:44 (GMT)
commitc76358924f5d750460f8693c05987dd866cb9e8a (patch)
treeedfd33c7e4984f84e6696e2bfbc469b37fc3e4c0 /Lib/asyncio/windows_utils.py
parent07451ddd4f9db9cfdffdabca360d5873394d305c (diff)
downloadcpython-c76358924f5d750460f8693c05987dd866cb9e8a.zip
cpython-c76358924f5d750460f8693c05987dd866cb9e8a.tar.gz
cpython-c76358924f5d750460f8693c05987dd866cb9e8a.tar.bz2
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Diffstat (limited to 'Lib/asyncio/windows_utils.py')
0 files changed, 0 insertions, 0 deletions
U Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ #include "qscriptdebuggercodewidgetinterface_p.h" #include "qscriptdebuggercodewidgetinterface_p_p.h" QT_BEGIN_NAMESPACE QScriptDebuggerCodeWidgetInterfacePrivate::QScriptDebuggerCodeWidgetInterfacePrivate() { } QScriptDebuggerCodeWidgetInterfacePrivate::~QScriptDebuggerCodeWidgetInterfacePrivate() { } QScriptDebuggerCodeWidgetInterface::~QScriptDebuggerCodeWidgetInterface() { } QScriptDebuggerCodeWidgetInterface::QScriptDebuggerCodeWidgetInterface( QScriptDebuggerCodeWidgetInterfacePrivate &dd, QWidget *parent, Qt::WindowFlags flags) : QWidget(dd, parent, flags) { } QT_END_NAMESPACE