Message257845
| Author | yselivanov |
|---|---|
| Recipients | berker.peksag, jayvdb, nedbat, rhettinger, skrah, yselivanov |
| Date | 2016-01-09.16:54:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1452358444.6.0.179176636617.issue25486@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Perhaps we can also add it back in 3.5.2 since 3.5 is in early stages of its maintenance period?
> +1 for adding it to 3.5.2.
I was never removed from 3.5
Python 3.5.1 (default, Dec 13 2015, 16:05:52)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import inspect
>>> inspect.getargspec
<function getargspec at 0x104811048 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-09 16:54:04 | yselivanov | set | recipients: + yselivanov, rhettinger, nedbat, skrah, berker.peksag, jayvdb |
| 2016-01-09 16:54:04 | yselivanov | set | messageid: <1452358444.6.0.179176636617.issue25486@psf.upfronthosting.co.za> |
| 2016-01-09 16:54:04 | yselivanov | link | issue25486 messages |
| 2016-01-09 16:54:04 | yselivanov | create | |