BUG: Typo in CopySupport.py in 2.3.0 final
27 Jan
2001
27 Jan
'01
8:54 a.m.
Hi, Line 282 of lib/python/OFS/CopySupport.py of 2.3.0 final reads: raise 'BadRequst','Please rename each listed object.' Instead this should probably be: raise 'BadRequest','Please rename each listed object.' since all the other .py in this directory raise 'BadRequest' no patch this time. hoping this will help. bye, Jerome Alet
28 Jan
28 Jan
4:37 p.m.
New subject: [Zope] String Exceptions
Jerome Alet wrote:
raise 'BadRequst','Please rename each listed object.'
There should really be a fishbowl project to turn all the string exceptions in Zope into class exceptions, since the string variety are deprecated and hard to do useful things with (like catch them ;-) Any volunteers? ;-) cheers, Chris
9199
Age (days ago)
9200
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Jerome Alet