Attachment 'mm-1.8.3-unscriptable-language.patch'

Download

   1 --- /root/mm/moin-1.8.3/MoinMoin/i18n/__init__.py	2009-04-26 16:42:42.000000000 -0600
   2 +++ /usr/local/lib/python2.4/site-packages/MoinMoin/i18n/__init__.py	2009-06-08 11:40:44.000000000 -0600
   3 @@ -290,7 +290,7 @@
   4                  translated = userdict[original]
   5              else:
   6                  raise KeyError
   7 -        except KeyError:
   8 +        except KeyError, TypeError:
   9              # do not simply return trans with str, but recursively call
  10              # to get english translation, maybe formatted.
  11              # if we don't find an english "translation", we just format it

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2009-06-08 17:45:07, 0.6 KB) [[attachment:mm-1.8.3-unscriptable-language.patch]]
  • [get | view] (2009-02-25 19:25:35, 11.8 KB) [[attachment:traceback_18n.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.