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:
@@ -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 ]
|
||||
|
||||
@@ -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); '
|
||||
|
||||
Reference in New Issue
Block a user