1
0
mirror of https://github.com/sjlongland/tornado-news.git synced 2025-09-13 10:03:14 +10:00

README.md: Project now requires Python 3.4.

Last commit I added `yield from`, which is a Python 3.4 feature.  I had
intended to retain Python 2.7 syntax, and I guess if that's really
wanted, we can change that `yield from` to a `yield`, but right now I'm
thinking: onward and upwards.
This commit is contained in:
Stuart Longland 2020-04-26 09:25:19 +10:00
parent d4b0329fda
commit 1b906b760e
Signed by: stuartl
GPG Key ID: 6AA32EFB18079BAA

View File

@ -14,8 +14,8 @@ Feeds are parsed using the [feedparser](https://pypi.python.org/pypi/feedparser/
module, and a composite RSS feed is generated using module, and a composite RSS feed is generated using
[feedgenerator](https://pypi.python.org/pypi/feedgenerator). [feedgenerator](https://pypi.python.org/pypi/feedgenerator).
The code works on both Python 2.7 and 3.4. It has been exclusively developed The code works on 3.4 and above. It has been exclusively developed and tested
and tested on Linux. It should work with anything that understands POSIX. on Linux. It should work with anything that understands POSIX.
Contributing Contributing