From 7e73ddcb3a37a784538a5065166e3001aeb5a8fc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 18 Feb 2013 07:55:18 -0500 Subject: [PATCH] .config/rss2email.cfg: Change python-pep to python-checkins I want to get the changes as well as the commit messages (which can occasionaly be cryptic). On peps@python.org, Barry Warsaw suggested: On Sun, Oct 21, 2012 at 04:22:28PM -0400, Barry Warsaw wrote: > On Oct 20, 2012, at 10:53 AM, W. Trevor King wrote: > >I'm interested in following a few packaging PEPs, but not > >interested enough to subscribe to python@ and python-dev@. > > Maybe as an alternative you can follow the checkins list by Gmane. > You'll get everything committed to all the Python repos, but it > shouldn't be too difficult to hunt down the PEP checkins. > > http://dir.gmane.org/gmane.comp.python.cvs Finally change my rss2email configuration over to use his suggestion. --- src/.config/rss2email.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.config/rss2email.cfg b/src/.config/rss2email.cfg index 0918ada..6f5257c 100644 --- a/src/.config/rss2email.cfg +++ b/src/.config/rss2email.cfg @@ -86,8 +86,8 @@ url = http://feeds.nature.com/nature/rss/current [feed.nature-aop] url = http://feeds.nature.com/nature/rss/aop -[feed.python-pep] -url = http://hg.python.org/peps/atom-log +[feed.python-checkins] +url = http://rss.gmane.org/messages/complete/gmane.comp.python.cvs [feed.third-bit] url = http://third-bit.com/blog/feed -- 2.26.2