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 eopadoan
Recipients eopadoan
Date 2008-02-10.22:15:28
SpamBayes Score 0.013881175
Marked as misclassified No
Message-id <1202681730.06.0.258652347172.issue2060@psf.upfronthosting.co.za>
In-reply-to
Content
Running python2.6 with the -3 option, you get 6 warnings about callable():

edcrypt@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.
>>>
History
Date User Action Args
2008-02-10 22:15:30eopadoansetspambayes_score: 0.0138812 -> 0.013881175
recipients: + eopadoan
2008-02-10 22:15:30eopadoansetspambayes_score: 0.0138812 -> 0.0138812
messageid: <1202681730.06.0.258652347172.issue2060@psf.upfronthosting.co.za>
2008-02-10 22:15:28eopadoanlinkissue2060 messages
2008-02-10 22:15:28eopadoancreate