mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
fix expected output; tested with Python 2.2.1 (Redhat8) and Python 2.3 (Mac OS 10.2.8)
[SVN r20658]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
>>> from object_ext import *
|
||||
|
||||
>>> type(ref_to_noncopyable())
|
||||
object_ext.NotCopyable
|
||||
<class 'object_ext.NotCopyable'>
|
||||
|
||||
>>> def print1(x):
|
||||
... print x
|
||||
|
||||
Reference in New Issue
Block a user