| commit | 8afa7fa51064848d826e4eb8a2bd46cf7f730b0f | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Tue Oct 30 23:51:03 2012 -0400 |
| committer | Benjamin Peterson <benjamin@python.org> | Tue Oct 30 23:51:03 2012 -0400 |
| tree | ef0fb644e04cbf28714579ef0985a1cd9d951354 | |
| parent | e8ea97fffb591cd71090d0f3114bf1d3bcd31454 [diff] [blame] |
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271)
diff --git a/Misc/NEWS b/Misc/NEWS index 44ae5f0..726d1f7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #16271: Fix strange bugs that resulted from __qualname__ appearing in a + class's __dict__ and on type. + - Issue #16197: Update winreg docstrings and documentation to match code. Patch by Zachary Ware.