Staging
v0.5.1
https://github.com/python/cpython
Revision fd03e2b4b1196b8ad2985ecc69947c044d6e27c6 authored by Guido van Rossum on 19 June 1996, 23:17:02 UTC, committed by Guido van Rossum on 19 June 1996, 23:17:02 UTC
1 parent 3b4da59
Raw File
Tip revision: fd03e2b4b1196b8ad2985ecc69947c044d6e27c6 authored by Guido van Rossum on 19 June 1996, 23:17:02 UTC
Clear waitpid() status arg in case there's no process to report with
Tip revision: fd03e2b
ospath.py
# ospath.py is obsolete
import os
exec 'from %s import *' % os.name
back to top