Nominally convert to Python >=3.2.
authorW. Trevor King <wking@tremily.us>
Thu, 4 Oct 2012 11:50:01 +0000 (07:50 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 4 Oct 2012 11:50:01 +0000 (07:50 -0400)
r2e
r2e.bat
readme.html
rss2email.py

diff --git a/r2e b/r2e
index e582fae8f8343152c4974c4fe459bb8c562a2702..453981a26937bc1aaaf33ac36e6b426c2569958b 100755 (executable)
--- a/r2e
+++ b/r2e
@@ -1,2 +1,2 @@
 #!/bin/sh
-python rss2email.py feeds.dat $*
+python3 rss2email.py feeds.dat $*
diff --git a/r2e.bat b/r2e.bat
index d80fcdf52618bb20b808392cfa7df601014ba039..65143df56de4e134d816e14492594d277bcff4b5 100755 (executable)
--- a/r2e.bat
+++ b/r2e.bat
@@ -1 +1 @@
-@python rss2email.py feeds.dat %1 %2 %3 %4 %5 %6 %7 %8 %9
+@python3 rss2email.py feeds.dat %1 %2 %3 %4 %5 %6 %7 %8 %9
index cb2a677be49ad29d9e8863eb8d569e579b067a34..f6ad30ecce1aa12c88152c2bbdc846a31dc1efee 100644 (file)
@@ -39,9 +39,9 @@ http://feeds.feedburner.com/allthingsrss/hJBr</a></p>
 
 <p>Before you install rss2email, you'll need to make sure that a few
 things are in place. First, is that a version
-of <a href="http://www.python.org">Python</a> 2.x installed. Second,
-determine your outgoing email server's address. That should be all you
-need.</p>
+of <a href="http://www.python.org">Python</a> 3.2 or greater
+installed. Second, determine your outgoing email server's
+address. That should be all you need.</p>
 
 <h3>Download</h3>
 
@@ -93,10 +93,10 @@ from the <code>.ZIP</code> package.</p>
 
 <p>Before you install rss2email, you'll need to make sure that a few
 things are in place: a version
-of <a href="http://www.python.org">Python</a> 2.x and sendmail (or a
-compatible replacement like postfix) installed. If sendmail isn't
-installed, determine your outgoing email server's address. That should
-be all you need.</p>
+of <a href="http://www.python.org">Python</a> &#x2265;3.2 and sendmail
+(or a compatible replacement like postfix) installed. If sendmail
+isn't installed, determine your outgoing email server's address. That
+should be all you need.</p>
 
 <h3>Download</h3>
 
index 7696d99023988c94ffc9a0172e51d867716b1314..1f8fd0f7a7de938fa8aa689eca82f206f94c5a0a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 """rss2email: get RSS feeds emailed to you
 http://rss2email.infogami.com