python-feedgen/feedgen
Lars Kiesow 9b6e3cb45e
Fix Python 2 Unicode Problem
When piping to stdout the special handling for Pthon 3 will cause
problems in Python 2 and produce an Unicode encoding error. This commit
separates the output handling of both Python versions.

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2016-01-01 19:31:00 +01:00
..
ext add syndication extension 2015-03-08 18:39:18 +09:00
tests ref https://github.com/lkiesow/python-feedgen/issues/34 2015-12-03 16:57:30 +01:00
__init__.py Fixed some typos 2014-05-11 20:24:48 +02:00
__main__.py Fix Python 2 Unicode Problem 2016-01-01 19:31:00 +01:00
compat.py Remove six dependency 2015-04-24 21:43:29 +09:00
entry.py Fixed #26, Fixed Localized Time Formatting Issues 2015-10-28 23:20:51 +01:00
feed.py ref https://github.com/lkiesow/python-feedgen/issues/34 2015-12-03 16:57:30 +01:00
util.py Fixed #26, Fixed Localized Time Formatting Issues 2015-10-28 23:20:51 +01:00
version.py Release 0.3.2 2015-10-29 23:14:55 +01:00