commit | 01fc6cd056ba5b389af55c58d46fbe1a33767d0c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Aug 17 12:03:47 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Aug 17 12:03:47 2011 -0500 |
tree | 85258354d5f702a0783481f0cda64e8305ebbce1 | |
parent | d9f23d200426983bfb2aadf254fb84d2447a70e8 [diff] |
make __doc__ mutable on heaptypes (closes #12773)
diff --git a/Misc/NEWS b/Misc/NEWS index 4cf9dda..e30a3cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #12773: Make __doc__ mutable on user-defined classes. + - Issue #12766: Raise an ValueError when creating a class with a class variable that conflicts with a name in __slots__.