[Python-3000] PEP 3100 Comments
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu May 11 03:52:02 CEST 2006
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
More information about the Python-3000
mailing list