Staging
v0.8.1
https://github.com/python/cpython
Revision 858cb73bb2643b73f4262857c865db285280e900 authored by Guido van Rossum on 19 November 1997, 16:15:37 UTC, committed by Guido van Rossum on 19 November 1997, 16:15:37 UTC
1) The __builtins__ variable in the __main__ module is set to the
__builtin__ module instead of its __dict__.

2) Get rid of the SIGHUP and SIGTERM handlers.  They can't be made to
work reliably when threads may be in use, they are Unix specific, and
Python programmers can now program this functionality is a safer way
using the signal module.
1 parent df9db1e
History
Tip revision: 858cb73bb2643b73f4262857c865db285280e900 authored by Guido van Rossum on 19 November 1997, 16:15:37 UTC
Two changes (here we go again :-( ).
Tip revision: 858cb73
File Mode Size
README -rw-r--r-- 783 bytes
eqfix.py -rwxr-xr-x 5.3 KB
fact.py -rwxr-xr-x 920 bytes
freeze.py -rwxr-xr-x 14.1 KB
from.py -rwxr-xr-x 823 bytes
ftpstats.py -rwxr-xr-x 3.6 KB
lpwatch.py -rwxr-xr-x 2.5 KB
makedir.py -rwxr-xr-x 443 bytes
markov.py -rwxr-xr-x 3.0 KB
mboxconvert.py -rwxr-xr-x 2.5 KB
mkrcs.py -rwxr-xr-x 1.5 KB
morse.py -rwxr-xr-x 3.2 KB
mpzpi.py -rwxr-xr-x 941 bytes
newslist.doc -rwxr-xr-x 2.4 KB
newslist.py -rwxr-xr-x 10.5 KB
pi.py -rwxr-xr-x 834 bytes
pp.py -rwxr-xr-x 3.5 KB
primes.py -rwxr-xr-x 444 bytes
script.py -rwxr-xr-x 743 bytes
unbirthday.py -rwxr-xr-x 2.8 KB
update.py -rwxr-xr-x 2.2 KB
wh.py -rwxr-xr-x 91 bytes

README

back to top