2
0
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:
Ralf W. Grosse-Kunstleve
2003-11-04 17:38:13 +00:00
parent 8cbbd504cf
commit 0a21aef601

View File

@@ -2,7 +2,7 @@
>>> from object_ext import *
>>> type(ref_to_noncopyable())
object_ext.NotCopyable
<class 'object_ext.NotCopyable'>
>>> def print1(x):
... print x