Ravenbrook / Projects / Perforce Defect Tracking Integration / Issues


P4DTI issue job002295

Title:P4DTI doesn't work with Python 2.6
Status:open
Priority:essential
Assigned user:Nick Barnes
Organization:Ravenbrook
Description:The P4DTI replicator appears to work with Python 2.6, until any exceptional condition occurs. Then it fails.
Analysis:P4DTI uses string exceptions, which were deprecated in Python 2.5 and removed in 2.6 (they become TypeError). We need to replace them all with proper exceptions.
How found:customer
Evidence:http:/​/​info.ravenbrook.com/​mail/​2010/​05/​13/​14-50-55/​0.txt
Observed in:2.4.5
Created by:Nick Barnes
Created on:2010‑05‑13 16:37:06
Last modified by:Nick Barnes
Last modified on:2010‑05‑13 16:37:06
History:2010-05-13 NB Created in response to email on p4dti-discussion mailing list.

Generated at 2013-05-24 18:29:57 by $Id: //info.ravenbrook.com/infosys/cgi/issue.cgi#476 $

Copyright © Ravenbrook Limited. This document is provided "as is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this document. You may make and distribute verbatim copies of this document provided that you do not charge a fee for this document or for its distribution.

Ravenbrook / Projects / Perforce Defect Tracking Integration / Issues