Changeset 54651
- Timestamp:
- Jul 4, 2009, 4:55:11 PM (9 years ago)
- Location:
- sandbox-branches/bhy/py3k/libs/python/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox-branches/bhy/py3k/libs/python/test/Jamfile.v2
r54643 r54651 83 83 [ bpl-test wrapper_held_type ] 84 84 [ bpl-test polymorphism2_auto_ptr 85 : polymorphism2_auto_ptr.py polymorphism2 _auto_ptr.cpp polymorphism2.py85 : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp 86 86 ] 87 87 -
sandbox-branches/bhy/py3k/libs/python/test/defaults.py
r39371 r54651 3 3 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 4 """ 5 # Use builtin True/False when available:6 >>> try:7 ... assert(True == 1)8 ... except:9 ... True = 110 ... False = 011 12 5 >>> from defaults_ext import * 13 6 >>> bar(1)
Note: See TracChangeset
for help on using the changeset viewer.