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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 22 Jan 2001 08:11:44 -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-22 08:11
By: jlt63

Comment:
> Done, still in 2.1a1.

Thanks.

> Note that the socket patch had to be fixed, ...

Oops, thanks for cleaning up after me.

> PS please submit new patches as a new patch entry, ...

Will do.
-------------------------------------------------------

Date: 2001-Jan-22 07:40
By: gvanrossum

Comment:
PS please submit new patches as a new patch entry, reopening closed patches
is not the right procedure (and is likely to be lost, as nobody scans old
patches for new comments, and the mail notifications are prone to being
drupped during times of heavy email :-).
-------------------------------------------------------

Date: 2001-Jan-22 07:38
By: gvanrossum

Comment:
Done, still in 2.1a1.

Note that the socket patch had to be fixed, the SSL struct  only exists whn
USE_SSL is defined.
-------------------------------------------------------

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