Kodi Community Forum
Re.findall bug? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Re.findall bug? (/showthread.php?tid=9047)



- Liquid - 2005-01-11

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

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

that's why it's strange that the script hangs when in the pc i don't have any problem...