Skip to content

Commit 8194309

Browse files
danielhollashugovk
andauthored
Update Lib/dataclasses.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 91473a5 commit 8194309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ def _is_type(annotation, cls, a_module, a_type, is_type_predicate):
805805

806806
# String regex that string annotations for ClassVar or InitVar must match.
807807
# Allows "identifier.identifier[" or "identifier[".
808-
# https://bugs.python.org/issue33453 for details.
808+
# https://github.com/python/cpython/issues/77634 for details.
809809
global _MODULE_IDENTIFIER_RE
810810
if _MODULE_IDENTIFIER_RE is None:
811811
_MODULE_IDENTIFIER_RE = re.compile(r'^(?:\s*(\w+)\s*\.)?\s*(\w+)')

0 commit comments

Comments
 (0)