------------------------------------------------------------
revno: 6572
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: 3.0
timestamp: Wed 2007-10-31 23:02:49 -0400
message:
  Kill of another now unnecessary append(), fixing the users.txt doctest.
modified:
  Mailman/database/model/user.py

=== modified file 'Mailman/database/model/user.py'
--- a/Mailman/database/model/user.py    2007-10-31 21:38:51 +0000
+++ b/Mailman/database/model/user.py    2007-11-01 03:02:49 +0000
@@ -67,5 +67,4 @@
         if addrobj.user is not None:
             raise Errors.AddressAlreadyLinkedError(addrobj)
         addrobj.user = self
-        self.addresses.append(addrobj)
         return addrobj



--

https://code.launchpad.net/~mailman-coders/mailman/3.0

You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/3.0/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to