Staging
v0.5.1
https://github.com/python/cpython
Revision 176bb41efa974a88406d5c7b15341cccea77afd7 authored by Guido van Rossum on 07 October 1997, 16:17:55 UTC, committed by Guido van Rossum on 07 October 1997, 16:17:55 UTC
1 parent 9337453
Raw File
Tip revision: 176bb41efa974a88406d5c7b15341cccea77afd7 authored by Guido van Rossum on 07 October 1997, 16:17:55 UTC
Add the Setup line for the pcre module.
Tip revision: 176bb41
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