We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c817b commit a24af92Copy full SHA for a24af92
distutils/_dataclass.py
@@ -20,6 +20,10 @@ def lenient_dataclass(**dc_kwargs):
20
- But we don't want to throw away the dataclass-generated __init__
21
specially because we don't want to have to redefine all the typing
22
for the function arguments
23
+
24
+ If/when lenient behaviour and backward compatibility are no longer needed,
25
+ the whole customization can be removed.
26
+ A regular ``dataclass`` could be used instead.
27
"""
28
29
@wraps(dataclass)
0 commit comments