Staging
v0.5.1
https://github.com/python/cpython
Revision 4ff90ad2a0b0c5ad90b36eda610111e5abe72903 authored by Guido van Rossum on 10 January 1995, 10:47:53 UTC, committed by Guido van Rossum on 10 January 1995, 10:47:53 UTC
1 parent 84eaa83
Raw File
Tip revision: 4ff90ad2a0b0c5ad90b36eda610111e5abe72903 authored by Guido van Rossum on 10 January 1995, 10:47:53 UTC
some belated updates
Tip revision: 4ff90ad
ospath.py
# ospath.py is obsolete
import os
exec 'from %s import *' % os.name
back to top