Nick Coghlan <ncogh...@gmail.com> added the comment:

Note: the minor incompatibility that required getfullargspec() to be a separate 
API in the first place is the fact that it returns a 7 element named tuple 
instead of a 4 element one.

This means that hybrid 2/3 code needs to consistently use name based item 
access rather than tuple unpacking, but other than that, all code related to 
the first four fields can be identical across versions. (Code related to 
handling the extra three fields will naturally only be needed on 3.x)

----------

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

Reply via email to