[Python-Dev] draft PEP: Trace and Profile Support for Threads

Jeremy Hylton jeremy@zope.com
22 Apr 2003 18:02:07 -0400


On Tue, 2003-04-22 at 17:58, Brett Cannon wrote:
> <snip - a lot of stuff>
> > A trace function [3] is called with three arguments: a frame, an
> > event, and an event-dependent argument.  The event is one of the
> > following strings: "call," "line," "return," or "exception."  The C
> > API defines trace function that takes an int instead of a string to
>              ^
> > define the trace event.
> >
> 
> Need "a" here?  One one grammatical mistake?!?  Wish I could pull that off
> once in the summaries.  =)

The PEP was short.  Just write shorter summaries <wink>.

Jeremy