CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/05 05:07:45
Modified files:
textproc/py-feedparser: Makefile
Added files:
textproc/py-feedparser/patches: patch-feedparser_feedparser_py
Log message:
fix _gen_georss_coords with python 3.7+, adapted from upstream commit
(there has been no release since 2015)
"PEP 479 is enabled for all code in Python 3.7, meaning that
StopIteration exceptions raised directly or indirectly in coroutines
and generators are transformed into RuntimeError exceptions."
unbreaks rss2email 3.x with feeds using geographic coords