Re: [Python-Dev] devguide: Add a doc outlining how to add something to the stdlib.

2011-01-17 Thread Brett Cannon
On Mon, Jan 17, 2011 at 12:32, R. David Murray wrote: > On Mon, 17 Jan 2011 21:00:10 +0100, Antoine Pitrou > wrote: >> On Sun, 16 Jan 2011 21:38:43 +0100 >> brett.cannon wrote: >> > + >> > +Adding to a pre-existing module >> > +--- >> > + >> > +If you have found that

Re: [Python-Dev] devguide: Add a doc outlining how to add something to the stdlib.

2011-01-17 Thread R. David Murray
On Mon, 17 Jan 2011 21:00:10 +0100, Antoine Pitrou wrote: > On Sun, 16 Jan 2011 21:38:43 +0100 > brett.cannon wrote: > > + > > +Adding to a pre-existing module > > +--- > > + > > +If you have found that a function, method, or class is useful and you > > believe > > +i

Re: [Python-Dev] devguide: Add a doc outlining how to add something to the stdlib.

2011-01-17 Thread Brett Cannon
On Mon, Jan 17, 2011 at 12:00, Antoine Pitrou wrote: > On Sun, 16 Jan 2011 21:38:43 +0100 > brett.cannon wrote: >> + >> +Adding to a pre-existing module >> +--- >> + >> +If you have found that a function, method, or class is useful and you >> believe >> +it would be u

Re: [Python-Dev] devguide: Add a doc outlining how to add something to the stdlib.

2011-01-17 Thread Antoine Pitrou
On Sun, 16 Jan 2011 21:38:43 +0100 brett.cannon wrote: > + > +Adding to a pre-existing module > +--- > + > +If you have found that a function, method, or class is useful and you believe > +it would be useful to the general Python community, there are some steps to > go