[Python-Dev] I have a patch for shlex...

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sun, 2 Jul 2000 13:30:48 +0200


eric wrote:


> I have a patch for shlex.  There has been a lot of discussion of patch =

> management consequent to the SourceForge relocation here that I =
haven't=20
> followed closely.  So what's the current protocol for submitting a =
patch?

the patch manager is your friend:

http://sourceforge.net/patch/?func=3Daddpatch&group_id=3D5470

bonus points if the summary mentions the module or subsystem
name, and you describe/motivate the change either in a comment
on the patch details page, or at the top of the patch itself.

cheers /F