[New-bugs-announce] [issue2060] python2.6 -3 gives "warning: callable() not supported in 3.x" on startup

Eduardo Padoan report at bugs.python.org
Sun Feb 10 23:15:30 CET 2008


New submission from Eduardo Padoan:

Running python2.6 with the -3 option, you get 6 warnings about callable():

edcrypt at DEADBEEF:~/dev/svn/python2.6$ python2.6 -3
warning: callable() not supported in 3.x
warning: callable() not supported in 3.x
warning: callable() not supported in 3.x
warning: callable() not supported in 3.x
warning: callable() not supported in 3.x
warning: callable() not supported in 3.x
Python 2.6a0 (trunk:60717, Feb 10 2008, 19:53:48) 
[GCC 4.2.3 (Ubuntu 4.2.3-1ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

----------
components: Interpreter Core
messages: 62260
nosy: eopadoan
severity: minor
status: open
title: python2.6 -3 gives "warning: callable() not supported in 3.x" on startup
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2060>
__________________________________


More information about the New-bugs-announce mailing list