O.R.Senthil Kumaran schrieb: > make text fails in the current trunk code of Py2.7. Here is the > Report. > Is this a bug in Python?? I am posting it here first, because the > make text adviced to do so. If its a Python bug, I shall open an issue > at bugs.python.org.
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. cheers, Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
