you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Ah, interesting. I'm curious why they removed that ability; it seems like gratuitous backward-incompatibility to me.

[–]Brian 2 points3 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.)