Maciej Górski <macg...@gmail.com> added the comment:

In my opinion formatargvalues function is quite useless in current day as 
ArgInfo provides all the information. I'm however willing to fix this. IMO we 
should just omit the args/varargs/kwargs that have been deleted, since the 
values do not exist in the current frame anymore.

I can implement the idea propossed in 2013, but I feel this seems less 
intuative(?) and might be worse for backwards compatibility (if anyone ever 
actually expects some values from formatargvalues, but I haven't been able to 
find an example of that).

Thank you in advance for any input.

----------
nosy: +macgors

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue17246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to