[issue20379] help(instance_of_builtin_class.method) does not display self

2014-03-15 Thread Larry Hastings
Larry Hastings added the comment: Fixed in b2ee3fe195e2. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-28 Thread Yury Selivanov
Yury Selivanov added the comment: FWIW, I solved the first arg consistency for inspect.getfullargspec in #17481. The latest patch always shows the first argument (self) for both python-defined and C-defined methods. -- nosy: +yselivanov ___ Python t

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg209144 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg209145 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Zachary Ware
Changes by Zachary Ware : -- Removed message: http://bugs.python.org/msg209143 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Larry Hastings
Larry Hastings added the comment: Yup! Second time I've done that this week! -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Zachary Ware
Zachary Ware added the comment: Larry, was that message meant for #20381? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Larry Hastings
Larry Hastings added the comment: Yeah, that's a good approach. By the way, I'm definitely going to check for "unspecified" there. Serhiy was using that to try and trick Argument Clinic into having optional parameters without default values. It didn't actually work--and indeed it would never

[issue20379] help(instance_of_builtin_class.method) does not display self

2014-01-24 Thread Larry Hastings
Changes by Larry Hastings : -- title: help(bound_builtin_class) does not display self -> help(instance_of_builtin_class.method) does not display self ___ Python tracker ___