Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8083


Ignore:
Timestamp:
Feb 22, 2009, 8:58:55 AM (15 years ago)
Author:
Remy Blank
Comment:

I'd like to look into that, Manu, I hope you don't mind.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8083

    • Property Owner changed from Emmanuel Blot to Remy Blank
  • Ticket #8083 – Description

    initial v1  
    11When email notification is attempted to be sent with Python 2.6 the following exception is generated:
    2 
     2{{{
    332009-02-20 20:29:35,839 Trac[web_ui] ERROR: Failure sending notification on change to ticket #39:
    44Traceback (most recent call last):
     
    2020    self.outer.update(key.translate(trans_5C))
    2121TypeError: character mapping must return integer, None or unicode
    22 
     22}}}
    2323This is related to bug in HMAC library: http://bugs.python.org/issue5285
    2424