Message216317
In this patch, I deprecate the inspect.getfullargspec function in the documentation and raise an warnings.warn with DeprecationWarning.
Need feedback, because the inspect.getargspec() informs the user that it can use the getfullargspec() and I think we should use inspect.signature instead of inspect.getfullargspec() and inspect.getargspec().
Thank you |
|
| Date |
User |
Action |
Args |
| 2014-04-15 15:47:22 | matrixise | set | recipients:
+ matrixise, brett.cannon, ncoghlan, larry, yselivanov |
| 2014-04-15 15:47:22 | matrixise | set | messageid: <[email protected]> |
| 2014-04-15 15:47:22 | matrixise | link | issue20438 messages |
| 2014-04-15 15:47:22 | matrixise | create | |
|