Subscribing to PEP updates
Someone asked on python-list about getting notifications of changes to PEP's. As a low-effort solution, would it be possible to add a Sourceforge mailing list hook just for checkins to the nondist/peps directory? Call it python-pep-updates or some such beast. If I remember how checkin notifications work correctly, the updates would even come with automatic diffs :) Cheers, Nick. -- Nick Coghlan | ncoghlan@email.com | Brisbane, Australia --------------------------------------------------------------- http://boredomandlaziness.skystorm.net
[Nick Coghlan]
Someone asked on python-list about getting notifications of changes to PEP's.
As a low-effort solution, would it be possible to add a Sourceforge mailing list hook just for checkins to the nondist/peps directory?
-0 Probably possible, but not no-effort, so even if it gets a favorable reaction someone needs to do some work. Why not just subscribe to python-checkins and filter out everything *but* nondist/peps? As PEP editor, that's what I do (although I filter manually/visually, since I'm also interested in other checkins). -- David Goodger <http://python.net/~goodger>
Nick Coghlan wrote:
Someone asked on python-list about getting notifications of changes to PEP's.
As a low-effort solution, would it be possible to add a Sourceforge mailing list hook just for checkins to the nondist/peps directory?
Call it python-pep-updates or some such beast. If I remember how checkin notifications work correctly, the updates would even come with automatic diffs :)
Probably not frequent or comprehensive enough, but I try to always have at least a single news item that clumps all PEP updates that python-dev gets notified about. -Brett
participants (3)
-
Brett C.
-
David Goodger
-
Nick Coghlan