Staging
v0.8.1
Revision 3fa440ea9198b1d1549ab8caf9f263d2f06c608f authored by Guido van Rossum on 03 December 1997, 22:34:03 UTC, committed by Guido van Rossum on 03 December 1997, 22:34:03 UTC
1 parent 7c4cba8
Raw File
builtin.py
# B/W compat hack so code that says "import builtin" won't break after
# name change from builtin to __builtin__.
from __builtin__ import *
back to top