Bugs item #837577, was opened at 2003-11-06 23:11 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=837577&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: Clinton Roy (clintonroy) >Assigned to: Neal Norwitz (nnorwitz) Summary: cryptic os.spawnvpe() return code Initial Comment: Hellos, If a non string value is passed along in an environment mapping to os.spawnvpe() it cryptically returns 127, which doesn't help discover the problem at all. I think an exception should be raised, much like attempting to set something in os.environ to a non string. thanks, ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-02-20 18:32 Message: Logged In: YES user_id=849994 This is hard to fix because of backwards compatibility. Neal? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=837577&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com