DebugClients/Python/__init__.py

Thu, 20 Oct 2016 22:54:11 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Thu, 20 Oct 2016 22:54:11 +0200
changeset 5258
cfca063afa07
parent 5179
5f56410e7624
child 5389
9b1c800daff3
permissions
-rw-r--r--

Optimizations in sending data in AsyncFile. Also thread save.

# -*- coding: utf-8 -*-

# Copyright (c) 2005 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the standard Python debugger.

It consists of different kinds of debug clients.
"""

eric ide

mercurial