[issue12501] callable(): remove/amend the deprecation warning in Python 2.7

2012-01-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 62bd0553693f by Florent Xicluna in branch '2.7': Issue #12501: merge the discordant NEWS entries. http://hg.python.org/cpython/rev/62bd0553693f -- ___ Python tracker

[issue12501] callable(): remove/amend the deprecation warning in Python 2.7

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12501] callable(): remove/amend the deprecation warning in Python 2.7

2011-07-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f814faaf54d by Victor Stinner in branch '2.7': Close #12501: Adjust callable() warning: callable() is only not supported in http://hg.python.org/cpython/rev/1f814faaf54d -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue12501] callable(): remove/amend the deprecation warning in Python 2.7

2011-07-05 Thread Éric Araujo
Éric Araujo added the comment: What about this change instead: -if (PyErr_WarnPy3k("callable() not supported in 3.x; " +if (PyErr_WarnPy3k("callable() not supported in 3.1; " -- nosy: +eric.araujo title: callable(): remove the deprecation warning from Python 2.7 -> callable():