Closed aravindavk closed 10 years ago
Thanks, Aravinda.
@chrisdrackett: As an aside, Typogrify 2.0.5 doesn't show up in on GitHub releases/tags. For the next release, we should be sure to push tags to GitHub at the same time we upload to PyPI. (^_^)
@justinmayer thanks! I'm using tower now, which doesn't auto-publish tags like gitbox did ;)
@chrisdrackett: Any chance you might be able to issue a 2.0.6 release containing this bug fix? This problem seems to be causing Pelican builds to fail. I'd issue the release myself, but I'm organizing a charity fundraiser this weekend and am flying out-of-town first thing on Monday.
You may also want to update the changelog … ;-)
Btw, now I get unsupported operand type(s) for +: 'filter' and 'filter'
– filter() returns a generator in Python 3, so +
won’t work here.
In Python 3 map returns map object but in python 2 map returns list. casted "map" as "list" works both in 2.x and 3.x
Signed-off-by: Aravinda VK mail@aravindavk.in