Commit a09d5205 by Chris Jerdonek

Added a code comment that collections.Callable is not available until Python 2.6.

parent 5e93199f
......@@ -15,6 +15,7 @@ except ImportError:
try:
# The collections.Callable class is not available until Python 2.6.
import collections.Callable
def check_callable(it):
return isinstance(it, collections.Callable)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment