This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:04yselivanovsetrecipients: + yselivanov, rhettinger, nedbat, skrah, berker.peksag, jayvdb
2016-01-09 16:54:04yselivanovsetmessageid: <1452358444.6.0.179176636617.issue25486@psf.upfronthosting.co.za>
2016-01-09 16:54:04yselivanovlinkissue25486 messages
2016-01-09 16:54:04yselivanovcreate