Hallöchen!
I use doctests and so I have long lines in my docstrings sometimes,
e.g.
>>> setting = Setting("key", "value")
>>> setting.set_value("Hallo")
>>> setting.value
u'Hallo'
>>> setting.set_value(1)
Traceback (most recent call last):
...
SettingWrongTypeError: setting 'key = 1': new value of type 'int' is unequal to previous type 'unicode'
Unfortunately, this spoils the HTML frame because it forces a
horizontal scrollbar. Is it possible to break this somehow?
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: br...@ja...
(See http://ime.webhop.org for further contact info.)
|