PDA

View Full Version : Re.findall bug?


Liquid
2005-01-11, 21:40
hi all.

a very strange thing occurs to me when i use regular expressions.
if i use the method findall the script hangs, if i use a "compiled findall" the script runs ok.

is this a bug of xbmc python? anyone have the same problem?


by the way, whats the version of xbmc python?

Asteron
2005-01-12, 05:10
its python 2.3.4

i dont have much experience with re but xbmc uses the standard python library for that stuff.

Liquid
2005-01-12, 07:11
that's why it's strange that the script hangs when in the pc i don't have any problem...