I have a script that parses the filenames of TV episodes (show.name.s01e02.avi for example), grabs the episode name (from the www.thetvdb.com API) and automatically renames
Python's re module doesn't support \p{Letter} or \X. However, the new regex implementation on PyPI does.