[Python-bugs-list] [ python-Bugs-484611 ] Typo: spawmv in Modules/posixmodule.c

noreply@sourceforge.net noreply@sourceforge.net
Sat, 24 Nov 2001 01:32:32 -0800


Bugs item #484611, was opened at 2001-11-22 09:16
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484611&group_id=5470

Category: Extension Modules
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Krause (mkrause)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo: spawmv in Modules/posixmodule.c

Initial Comment:
This should be spawnv not 
spawmv:
PyErr_SetString(PyExc_TypeError, "spawmv() arg 2 
must be a tuple or list");

Typo in Python-2.2b2, 2.1.1 and 
current CVS tree.


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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-11-24 01:32

Message:
Logged In: YES 
user_id=21627

Thanks for the report. Fixed in posixmodule.c 2.208.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484611&group_id=5470