New submission from Kathleen West <kathleen.elizabeth.w...@gmail.com>:

There is a syntax error in the python library 
"Python39/lib/logging/__init__.py" that when I run this is VS Code in debug 
mode, this shows up all the time.  

python --version
Python 3.9.4

Python39/lib/logging/__init__.py

{
        "resource": 
"/C:/Users/kathl/AppData/Local/Programs/Python/Python39/lib/logging/__init__.py",
        "owner": "_generated_diagnostic_collection_name_#0",
        "severity": 8,
        "message": "SyntaxError: cannot delete starred",
        "source": "jedi",
        "startLineNumber": 1030,
        "startColumn": 17,
        "endLineNumber": 1030,
        "endColumn": 29
}

----------
components: Library (Lib)
files: PythonError.jpg
messages: 393156
nosy: kathleenwest
priority: normal
severity: normal
status: open
title: Python39/lib/logging/__init__.py SyntaxError: cannot delete starred
type: compile error
versions: Python 3.9
Added file: https://bugs.python.org/file50021/PythonError.jpg

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44064>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to