DebugClients/Python/__init__.py

Fri, 30 Sep 2016 19:38:17 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Sep 2016 19:38:17 +0200
branch
6_1_x
changeset 5187
ef0fcefe97f8
parent 4632
ca310db386ed
permissions
-rw-r--r--

- Fixed an interesting issue showing up when the code contains an invalid future statement in the Python 2 debugger.
- Added a fix for the Python 3 debugger.

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

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

"""
Package implementing the Python debugger.

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

#
# eflag: FileType = Python2

eric ide

mercurial