summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-09-08-23-41-29.bpo-41747.M6wLKv.rst
blob: 0869462f5bf9d5ac9904f10cde160a27bee40d1f (plain)
1
2
3
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.