[issue44064] Python39/lib/logging/__init__.py SyntaxError: cannot delete starred

Kathleen West report at bugs.python.org
Thu May 6 21:22:04 EDT 2021


New submission from Kathleen West <kathleen.elizabeth.west at 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 <report at bugs.python.org>
<https://bugs.python.org/issue44064>
_______________________________________


More information about the Python-bugs-list mailing list