eric6/DebugClients/Python/__init__.py

Thu, 08 Oct 2020 17:24:54 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 08 Oct 2020 17:24:54 +0200
changeset 7767
d0a86562934e
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

DebugBase: fixed an issue occurring with Python prior to 3.8.

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

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

"""
Package implementing the standard Python debugger.

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

eric ide

mercurial