commit | f6f3a3544783496301537bc5c946b58b0e5cbac8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Sep 03 09:26:20 2011 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Sep 03 09:26:20 2011 -0400 |
tree | 13390f4306978a1c0ae487218a031617f06d1e87 | |
parent | 7335e6f3e825243a5ec9e7886a98fb257bc0e920 [diff] [blame] |
add a __dict__ descr for IOBase (closes #12878)
diff --git a/Misc/NEWS b/Misc/NEWS index f489ab2..514d19a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Library ------- +- Issue #12878: Expose a __dict__ attribute on io.IOBase and its subclasses. + - Issue #12636: IDLE reads the coding cookie when executing a Python script. - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi