Re: [Python-Dev] 3k checkin mails to python-checkins

2008-04-22 Thread Martin v. Löwis
> Since a few days, checkin notifications for the 3k branch seem to be sent > to both the python-checkins and the python-3000-checkins lists. Was that a > deliberate decision or has some bug crept into the SVN hook? This should be fixed now. The new mailer.py had named some config options differen

Re: [Python-Dev] 3k checkin mails to python-checkins

2008-04-20 Thread Martin v. Löwis
> Since a few days, checkin notifications for the 3k branch seem to be sent > to both the python-checkins and the python-3000-checkins lists. Was that a > deliberate decision or has some bug crept into the SVN hook? It's a bug, I'll look into it (when I find the time). Regards, Martin ___