From: SourceForge.net <no...@so...> - 2003-03-14 21:32:48
|
Bugs item #696462, was opened at 2003-03-03 05:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=696462&group_id=47611 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Sjoerd Mullender (sjoerd) >Assigned to: Fred L. Drake, Jr. (fdrake) Summary: syncmail not compatible with Python 1.5.2. Initial Comment: Revision 1.24 introduced an incompatibility with Python 1.5.2. The function quotename uses a string method which was not yet present in Python 1.5.2. Replace name.replace('"', '\"') with string.replace(name, '"', '\"'). ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2003-03-14 16:45 Message: Logged In: YES user_id=3066 Fixed in syncmail/syncmail 1.28. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=696462&group_id=47611 |