[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.218,2.219

Tim Peters tim.one@home.com
Wed, 30 Jan 2002 01:21:16 -0500


Oops!  Looks like I checked in 100 lines of trailing whitespace cleanup in
this file at the same time.  Sorry about that.  ViewCVS on SF does a fine
job of showing what "really" changed (added 23 lines of #ifdef'd module
initializers).

> -----Original Message-----
> From: python-checkins-admin@python.org
> [mailto:python-checkins-admin@python.org]On Behalf Of Tim Peters
> Sent: Wednesday, January 30, 2002 12:47 AM
> To: python-checkins@python.org
> Subject: [Python-checkins] CVS: python/dist/src/Modules
> posixmodule.c,2.218,2.219
>
>
> Update of /cvsroot/python/python/dist/src/Modules
> In directory usw-pr-cvs1:/tmp/cvs-serv356/python/Modules
>
> Modified Files:
> 	posixmodule.c
> Log Message:
> Expose more MS WIndows constants usable w/ low-level os.open().
>
>
> Index: posixmodule.c
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
> retrieving revision 2.218
> retrieving revision 2.219
> diff -C2 -d -r2.218 -r2.219
> *** posixmodule.c	2002/01/12 11:05:06	2.218
> --- posixmodule.c	2002/01/30 05:46:57	2.219
> ***************
> *** 364,368 ****
>   	/* XXX We should pass the function name along in the future.
>   	   (_winreg.c also wants to pass the function name.)
> ! 	   This would however require an additional param to the
>   	   Windows error object, which is non-trivial.
>   	*/
> --- 364,368 ----
>   	/* XXX We should pass the function name along in the future.
>   	   (_winreg.c also wants to pass the function name.)
> ! 	   This would however require an additional param to the
>   	   Windows error object, which is non-trivial.
> [...1123 lines suppressed...]
>   			   posix_methods,
> --- 5996,6000 ----
>   {
>   	PyObject *m, *d, *v;
> !
>   	m = Py_InitModule4(MODNAME,
>   			   posix_methods,
> ***************
> *** 5980,5984 ****
>   			   PYTHON_API_VERSION);
>   	d = PyModule_GetDict(m);
> !
>   	/* Initialize environ dictionary */
>   	v = convertenviron();
> --- 6003,6007 ----
>   			   PYTHON_API_VERSION);
>   	d = PyModule_GetDict(m);
> !
>   	/* Initialize environ dictionary */
>   	v = convertenviron();
>
>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins@python.org
> http://mail.python.org/mailman/listinfo/python-checkins