From: Waylan L. <wa...@gm...> - 2008-12-05 04:44:43
|
On Thu, Dec 4, 2008 at 2:42 PM, Yuri Takhteyev <qar...@gm...> wrote: > > After that you need to make one change manually, in markdown/inlinepatterns.py: > > -import htmlentitydefs > +from html import entities as htmlentitydefs > Hmm, on further thought and a little research, this is a known change [1], so shouldn't 2to3 be making this change for us? If not, is that a bug in 2to3? I did a search and haven't found it reported anywhere. [1]: http://www.python.org/dev/peps/pep-3108/#id62 -- ---- Waylan Limberg wa...@gm... |