cpython/Misc/NEWS.d/next/Library/2020-09-08-23-41-29.bpo-417...

4 lines
189 B
ReStructuredText

Ensure all methods that generated from :func:`dataclasses.dataclass`
objects now have the proper ``__qualname__`` attribute referring to
the class they belong to. Patch by Batuhan Taskaya.