Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/05/2010, 09:28
sandovalchrist
 
Fecha de Ingreso: junio-2009
Mensajes: 96
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Substring (?)

Ya lo saque solito sorry

texto = "jhuhuhuhh Action: failed Status: 5.4.4 Diagnostic-Code: X-Postfix; unable to look up host ptt.on.th: Name or service"
textoAux = texto.find("Status")
print textoAux

print texto[textoAux:39]