On Sat, Nov 17, 2001 at 07:35:46AM -0800, Mike Orr wrote: > String methods were added to Python around 2.0. For 1.5.2 > compatibility, you'd need: > > import string > methName = string.capitalize( 'respondTo' + httpMethodName )
Er, I mean: import string methName = 'respondTo' + string.capitalize(httpMethodName) -- -Mike (Iron) Orr, [EMAIL PROTECTED] (if mail problems: [EMAIL PROTECTED]) http://iron.cx/ English * Esperanto * Russkiy * Deutsch * Espan~ol _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
