diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-27 02:28:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-27 02:28:22 (GMT) |
commit | 69de157237b501e1eb6c7cde3f4c15d75ae65f2c (patch) | |
tree | afade754af352b442376c76281567cbffc0bb9e4 /Misc | |
parent | ccea47ea86cf89b9eb4be25d1ec4831628e57a9d (diff) | |
download | cpython-69de157237b501e1eb6c7cde3f4c15d75ae65f2c.zip cpython-69de157237b501e1eb6c7cde3f4c15d75ae65f2c.tar.gz cpython-69de157237b501e1eb6c7cde3f4c15d75ae65f2c.tar.bz2 |
Merged revisions 77791 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r77791 | benjamin.peterson | 2010-01-26 20:25:58 -0600 (Tue, 26 Jan 2010) | 9 lines
Merged revisions 77789 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77789 | benjamin.peterson | 2010-01-26 20:16:42 -0600 (Tue, 26 Jan 2010) | 1 line
raise a clear TypeError when trying to register a non-class
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ Core and Builtins Library ------- +- Issue #7792: Registering non-classes to ABCs raised an obscure error. + - Issue #7785: Don't accept bytes in FileIO.write(). - Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when |