src/eric7/DebugClients/Python/__init__.py@d0060bbd5da8
src/eric7/DebugClients/Python/__init__.py
Sun, 27 Apr 2025 20:38:55 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sun, 27 Apr 2025 20:38:55 +0200
- branch
- eric7
- changeset 11244
- d0060bbd5da8
- parent 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
Bugfix for shell completion of attributes in Python 3.13.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""