Message243848
| Author | berker.peksag |
|---|---|
| Recipients | berker.peksag, brett.cannon, larry, matrixise, ncoghlan, python-dev, yselivanov |
| Date | 2015-05-22.19:42:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432323733.39.0.839480431919.issue20438@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Just a minor comment on the patch:
+ warnings.warn("inspect.getargspec() is deprecated, "
+ "use inspect.signature() instead", DeprecationWarning)
Can you also add "stacklevel=2"? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-22 19:42:13 | berker.peksag | set | recipients: + berker.peksag, brett.cannon, ncoghlan, larry, python-dev, yselivanov, matrixise |
| 2015-05-22 19:42:13 | berker.peksag | set | messageid: <1432323733.39.0.839480431919.issue20438@psf.upfronthosting.co.za> |
| 2015-05-22 19:42:13 | berker.peksag | link | issue20438 messages |
| 2015-05-22 19:42:13 | berker.peksag | create | |