2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

removed since keywords are not allowed to be assigned

[SVN r54651]
This commit is contained in:
Haoyu Bai
2009-07-04 16:55:11 +00:00
parent 3f536cc0c0
commit 5f7eaa4617
2 changed files with 1 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ bpl-test crossmod_exception
[ bpl-test wrapper_held_type ]
[ bpl-test polymorphism2_auto_ptr
: polymorphism2_auto_ptr.py polymorphism2_auto_ptr.cpp polymorphism2.py
: polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp
]
[ bpl-test auto_ptr ]

View File

@@ -2,13 +2,6 @@
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
"""
# Use builtin True/False when available:
>>> try:
... assert(True == 1)
... except:
... True = 1
... False = 0
>>> from defaults_ext import *
>>> bar(1)
'int(1); char(D); string(default); double(0.0); '