-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Barry Warsaw wrote:
| On Apr 27, 2008, at 2:47 PM, Mark Sapiro wrote:
|>
|> I would appreciate feedback on the 1074 and 1075 revisions from those
|> interested.
|
| Mark, these changes look pretty good.  I have some minor comments about
| the formatting but that's it.
|
| -Barry
|
|
| ------------------------------------------------------------------------
[...]
|> > +                    preserve=True
|
| There should be spaces around the = sign.


Agreed. I must have been thinking ahead (or not thinking) to it's
ultimate use as an argument in

~                self._switchboard.finish(filebase, preserve=preserve)

[...]
|> > +                    preserve=False
|
| Same here.


Yep.


[...]
| +    if (mlist._internal_name <> 'en' and mlist._internal_name not in
| +            os.listdir(mm_cfg.MESSAGES_DIR)):
|
| I would format this code like this:
|
|     if (mlist._internal_name <> 'en' and
|         mlist._internal_name not in os.listdir(mm_cfg.MESSAGES_DIR)):
|         # It's okay to move the template.


Yes, that's clearly better. It always helps to have someone else review
stuff. Thanks.

BTW, the above stuff all comes from changes I made on the 2.1 branch at
revs 1072 and 1074. Did anyone look at the cull_bad_shunt cron and
bin/update change at revs 1074 and 1075 of
<https://code.launchpad.net/~msapiro/mailman/cull_bad_shunt>?

- --
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFIHI+mVVuXXpU7hpMRAt3tAJ0TIj6tBaoK2n5IXqxDWC5COT0tQwCggy2h
ITXy+VKlxj/Gd8HxKwuqYnc=
=DVJz
-----END PGP SIGNATURE-----
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to