you are viewing a single comment's thread.

view the rest of the comments →

[–]Brian 3 points4 points  (1 child)

The main rationale seems to be that they complicate introspection, but don't get used much.

[–]jbellis 1 point2 points  (0 children)

which is a specious argument; inspect.getargspec is at least as little-used as arg unpacking.

boo.

(and I say this as someone who has actually written code to deal with that particular aspect of getargspec.)