diff options
Diffstat (limited to '')
-rw-r--r-- | STYLEGUIDE.txt | 2 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/STYLEGUIDE.txt b/STYLEGUIDE.txt index 16663c90..94debfdf 100644 --- a/STYLEGUIDE.txt +++ b/STYLEGUIDE.txt @@ -10,7 +10,7 @@ This document contains a style guide for Python programming, as used in Mailman. In general, Guido van Rossum's style guide should be taken as a basis, as embodied in PEP 8: - http://www.python.org/peps/pep-0008.html + http://www.python.org/dev/peps/pep-0008/ however, my (Barry Warsaw's) personal preferences differ from Guido's in a few places. "When in Rome..." should apply meaning, when coding stuff for Python, @@ -12,7 +12,7 @@ The Mailman Wishlist Please also see the Mailman design notes wiki at - http://www.zope.org/Members/bwarsaw/MailmanDesignNotes/FrontPage + http://wiki.list.org/display/DEV/Home Email Handling - Re-implement the bulk mailer to do DNS lookups and remote MTA |