On Dec 23, 8:08 pm, Georg Brandl <[email protected]> wrote: > It's questionable whether this is a bug in Python -- the wordsep_re > attribute of TextWrapper was changed from re pattern to string. Sphinx > patches this attribute and therefore it has a problem with the > trunk version. > > I'll speak with the patch author to resolve if the compatibility should > be kept or Sphinx needs to be fixed; until then you can just delete the > "re.compile" in writers/text.py line 38.
You meant, Sphinx/textwriter.py, right? Yes, that fixed(or worked around) issue. Thanks, Senthil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
