Staging
v0.5.1
https://github.com/python/cpython
Revision 18b0db3b53a180f18009e6415ba9f943bcd86635 authored by Guido van Rossum on 07 October 1997, 14:39:43 UTC, committed by Guido van Rossum on 07 October 1997, 14:39:43 UTC
1 parent 9faf4c5
Raw File
Tip revision: 18b0db3b53a180f18009e6415ba9f943bcd86635 authored by Guido van Rossum on 07 October 1997, 14:39:43 UTC
Set Oct 10 as the release date.
Tip revision: 18b0db3
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