mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Fixed test of null handle returns to reflect new returning-None behavior
[SVN r14553]
This commit is contained in:
@@ -197,9 +197,8 @@ Check that classic classes also work
|
||||
>>> get_type(1) is type(1)
|
||||
1
|
||||
|
||||
>>> try: return_null_handle()
|
||||
... except: pass
|
||||
... else: print 'expectd an exception'
|
||||
>>> return_null_handle() is None
|
||||
1
|
||||
"""
|
||||
|
||||
def run(args = None):
|
||||
|
||||
Reference in New Issue
Block a user