]> granicus.if.org Git - python/commit
Make it so TypeError is raised if an instance of an object is put in an
authorBrett Cannon <bcannon@gmail.com>
Mon, 26 Feb 2007 22:01:14 +0000 (22:01 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 26 Feb 2007 22:01:14 +0000 (22:01 +0000)
commit39590469030b05f976bc1265f1598bd469c14449
treedef4a15c94ab7fcb826e60f328066e5a924ea886
parent81fe3415083b4736b848519294270801ab53d59a
Make it so TypeError is raised if an instance of an object is put in an
'except' clause.  Also refactor some code to help keep Neal Norwitz happy.
Misc/NEWS
Python/ceval.c