Guido van Rossum wrote: > Would it be okay to list the filename and line no instead of the > class? That information is readily available from the code object.
Yes, that would be fine. > (I'm assuming you're talking about Python functions/methods, not C > ones -- Mainly, yes. > for those, teh best you can do in general is specify the > module; perhaps the class/type is also available if applicable.) Knowing the class or type would be useful where possible. -- 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