Changeset 508:beb30be3bffa

Show
Ignore:
Timestamp:
10/15/08 13:35:40 (3 months ago)
Author:
Brian Warner <warner@allmydata.com>
branch:
default
Message:

misc/classify_foolscap.py: update tubconnector regexp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r507 r508  
    112008-10-15  Brian Warner  <warner@allmydata.com> 
     2 
     3        * misc/classify_foolscap.py (TUBCON_RE): update to match 
     4        foolscap-tubconnector messages for both old and new versions of 
     5        Foolscap, and for python2.4 and 2.5 . 
    26 
    37        * foolscap/logging/incident.py (IncidentClassifier): add --verbose 
  • misc/classify_foolscap.py

    r496 r508  
    44import re 
    55 
    6 TUBCON_RE = re.compile(r'^Tub.connectorFinished: WEIRD, <foolscap.negotiate.TubConnector instance at \w+> is not in \[') 
     6TUBCON_RE = re.compile(r'^Tub.connectorFinished: WEIRD, <foolscap.negotiate.TubConnector (instance|object) at [\w ]+> is not in \[') 
    77def classify_incident(trigger): 
    88    m = trigger.get('message', '')