2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

improved error reporting

[SVN r8400]
This commit is contained in:
Ullrich Köthe
2000-12-08 00:56:11 +00:00
parent 922525faa0
commit 9374bca9a0
4 changed files with 49 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
r'''
>>> import shared
>>> import m2
>>> import m1
>>> import m2
>>> ls = shared.Shared()
>>> ls.name()
'Shared'