commit | 396e8fcf36480dacaeeeb785a3912a565294d3b7 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Mar 23 14:24:20 2012 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Mar 23 14:24:20 2012 +0200 |
tree | 173647551cef119cdf7644b8eb009b4a48314995 | |
parent | 42243c4dcaee5fe6e680d1ea4b1b615dd0d18b10 [diff] |
Issue #13782: streamline argument type-checking in ET.Element append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests