Talin wrote: > 1) Getting rid of 'callable'. > > The reccomended replacement is "just call the object and catch the resulting > exception",
No, the recommended replacement should be "redesign your API so that you don't need to test whether something is callable". -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com