diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-06-26 17:12:43 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 08:17:48 +0700 |
commit | a77e44b2ccd6aea42ec48a1e5f0196375d4bb690 (patch) | |
tree | 3d7fffcd59e0bc3950b9cb097dc373c71538887c /python/feedparser/README | |
parent | 6f309be790ab3a703370e092fb760fdf3ee897da (diff) | |
download | slackbuilds-a77e44b2ccd6aea42ec48a1e5f0196375d4bb690.tar.gz |
python/feedparser: Added python3 support
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/feedparser/README')
-rw-r--r-- | python/feedparser/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/feedparser/README b/python/feedparser/README index 1d9eefaa38..dc062ac5d6 100644 --- a/python/feedparser/README +++ b/python/feedparser/README @@ -1 +1,3 @@ -feedparser is a Python utility to parse RSS and Atom feeds. +feedparser is a Python utility library to parse RSS and Atom feeds. + +A python3 version is included if python3 is detected at buildtime. |