[Patches] [Patch #103185] Some more standard modules cleanup for Cygwin

noreply@sourceforge.net noreply@sourceforge.net
Sun, 21 Jan 2001 19:04:37 -0800


Patch #103185 has been updated. 

Project: python
Category: core (C code)
Status: Closed
Submitted by: jlt63
Assigned to : gvanrossum
Summary: Some more standard modules cleanup for Cygwin

Follow-Ups:

Date: 2001-Jan-21 19:04
By: jlt63

Comment:
Please reopen to facilitate the inclusion of this patch into
alpha 2.
-------------------------------------------------------

Date: 2001-Jan-19 22:38
By: jlt63

Comment:
A few more courtesy of the Distutils style Python build.

Note that Modules/syslogmodule.c will *not* build cleanly
until I submit a minor patch to Cygwin to resolve this issue.

To patch, change directory to the top of the CVS tree and use

$ patch -p0 <mods.patch

-------------------------------------------------------

Date: 2001-Jan-18 16:29
By: gvanrossum

Comment:
Applied, and closed.

-------------------------------------------------------

Date: 2001-Jan-10 21:19
By: jlt63

Comment:
Use the following procedure to patch:

$ cd Modules
$ # save modules.patch to current directory
$ patch <modules.patch
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103185&group_id=5470