2
0
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:
Dave Abrahams
2002-07-21 11:11:15 +00:00
parent 1c5a50d4cb
commit 3232c5be86

View File

@@ -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):