Message 216385 - Python tracker (original) (raw)
Message216385
Author | ncoghlan |
---|---|
Recipients | brett.cannon, larry, matrixise, ncoghlan, yselivanov |
Date | 2014-04-15.21:04:38 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1397595878.66.0.38410059651.issue20438@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Note that getargspec() depends on getfullargspec() so deprecating the latter *will* cause issues for single-source code (unless they switch to using the funcsigs backport). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-04-15 21:04:38 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, larry, yselivanov, matrixise |
2014-04-15 21:04:38 | ncoghlan | set | messageid: 1397595878.66.0.38410059651.issue20438@psf.upfronthosting.co.za |
2014-04-15 21:04:38 | ncoghlan | link | issue20438 messages |
2014-04-15 21:04:38 | ncoghlan | create |