mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
fix pickle2 test case
[SVN r54866]
This commit is contained in:
@@ -29,7 +29,7 @@ r'''>>> import pickle2_ext
|
||||
>>> wd.__dict__
|
||||
{'x': 1}
|
||||
>>> try: pstr = pickle.dumps(wd)
|
||||
... except RuntimeError, err: print err[0]
|
||||
... except RuntimeError, err: print err
|
||||
...
|
||||
Incomplete pickle support (__getstate_manages_dict__ not set)
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user