Cruft cleanup: removed the #ifdef'ery in support of compiling to allow
multi-argument list.append(1, 2, 3) (as opposed to .append((1,2,3))).
Showing
Please register or sign in to comment
multi-argument list.append(1, 2, 3) (as opposed to .append((1,2,3))).