Staging
v0.5.1
https://github.com/python/cpython
Revision 4b9fa7373c82c3a8b9d9a7decfffc601419036cc authored by Michael W. Hudson on 25 March 2002, 12:24:24 UTC, committed by Michael W. Hudson on 25 March 2002, 12:24:24 UTC
    revision 4.8 of python-mode.el

(py-temp-directory): Add /var/tmp to the list of directories this
searches.  This is added after /tmp.  Closes SF bug #505488, except
that /var/tmp comes after /tmp instead of the patch's suggestion of
putting it before /usr/tmp.
1 parent 799699d
Raw File
Tip revision: 4b9fa7373c82c3a8b9d9a7decfffc601419036cc authored by Michael W. Hudson on 25 March 2002, 12:24:24 UTC
backport bwarsaw's checkin of
Tip revision: 4b9fa73
test_builtin.py
# Python test set -- part 4, built-in functions

from test_support import *

print '4. Built-in functions'

print 'test_b1'
unload('test_b1')
import test_b1

print 'test_b2'
unload('test_b2')
import test_b2
back to top