Sun, 13 Nov 2022 17:34:19 +0100
Fixed a compatibility issue with older Python releases.
--- a/src/eric7/Utilities/ClassBrowsers/pyclbr.py Sun Nov 13 14:10:57 2022 +0100 +++ b/src/eric7/Utilities/ClassBrowsers/pyclbr.py Sun Nov 13 17:34:19 2022 +0100 @@ -255,7 +255,7 @@ module: str file: str lineno: int - identifiers: list[str] + identifiers: list name: str = "__all__"