diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-09-03 13:26:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-09-03 13:26:20 (GMT) |
commit | f6f3a3544783496301537bc5c946b58b0e5cbac8 (patch) | |
tree | 13390f4306978a1c0ae487218a031617f06d1e87 /Misc | |
parent | 7335e6f3e825243a5ec9e7886a98fb257bc0e920 (diff) | |
download | cpython-f6f3a3544783496301537bc5c946b58b0e5cbac8.zip cpython-f6f3a3544783496301537bc5c946b58b0e5cbac8.tar.gz cpython-f6f3a3544783496301537bc5c946b58b0e5cbac8.tar.bz2 |
add a __dict__ descr for IOBase (closes #12878)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Core and Builtins 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 |