system calls to sh

Will Ware wware at world.std.com
Fri Mar 17 16:41:11 EST 2000


Alex (alex at somewhere.round.here) wrote:
> >>> del os.environ['MY_VAR']

That doesn't work, but this will:
>>> os.environ['MY_VAR'] = ''

-- 
 - - - - - - - - - - - - - - - - - - - - - - - -
Resistance is futile. Capacitance is efficacious.
Will Ware	email:    wware @ world.std.com



More information about the Python-list mailing list