------------------------------------------------------------
revno: 6679
committer: Barry Warsaw <[email protected]>
branch nick: 3.0
timestamp: Wed 2009-02-04 14:47:25 -0500
message:
  Repair some test failures and fix a doc typo as reported by Patrick Koetter.
modified:
  docs/ALPHA.txt
  src/mailman/queue/docs/digester.txt
  src/mailman/queue/docs/incoming.txt

=== modified file 'docs/ALPHA.txt'
--- docs/ALPHA.txt      2009-01-01 23:36:33 +0000
+++ docs/ALPHA.txt      2009-02-04 19:47:25 +0000
@@ -65,7 +65,7 @@
     ini-style configuration system.  Eventually all configuration will be
     converted to lazr.config.
 
-    For now though, start by looking through mailman/config/schema.cfg.
+    For now though, start by looking through src/mailman/config/schema.cfg.
     Create a file for your overrides; it can be called anything and can live
     anywhere, but I like to call it 'mailman.cfg'.  For any value in
     schema.cfg you want to override, just add a section header (the

=== modified file 'src/mailman/queue/docs/digester.txt'
--- src/mailman/queue/docs/digester.txt 2009-02-04 12:00:56 +0000
+++ src/mailman/queue/docs/digester.txt 2009-02-04 19:47:25 +0000
@@ -416,24 +416,6 @@
     Content-Transfer-Encoding: base64
     <BLANKLINE>
     RW52b...
-    Y29tC...
-    Ly9sa...
-    dXJya...
-    cyBvd...
-    dmV6I...
-    dGVzd...
-    ZGUgY...
-    Zmlxd...
-    ZXMgZ...
-    LS0tL...
-    LS0tL...
-    c3RAZ...
-    d2RvZ...
-    LWpwC...
-    X19fX...
-    dEBle...
-    cGxlL...
-    KioqK...
     <BLANKLINE>
 
 The content can be decoded to see the actual digest text.

=== modified file 'src/mailman/queue/docs/incoming.txt'
--- src/mailman/queue/docs/incoming.txt 2009-01-04 05:22:08 +0000
+++ src/mailman/queue/docs/incoming.txt 2009-02-04 19:47:25 +0000
@@ -69,8 +69,12 @@
     <BLANKLINE>
     First post!
     <BLANKLINE>
-    >>> sorted(item.msgdata.items())
-    [...('envsender', u'[email protected]')...('tolist', True)...]
+    >>> dump_msgdata(item.msgdata)
+    _parsemsg    : False
+    envsender    : [email protected]
+    ...
+    tolist       : True
+    ...
 
 
 Held messages
@@ -190,8 +194,12 @@
     <BLANKLINE>
     --===============...
 
-    >>> sorted(item.msgdata.items())
-    [...('recips', [u'[email protected]'])...]
+    >>> dump_msgdata(item.msgdata)
+    _parsemsg           : False
+    ...
+    recips              : [u'[email protected]']
+    ...
+
     >>> fp.seek(file_pos)
     >>> print 'LOG:', fp.read()
     LOG: ... REJECT: <first>



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

Your team Mailman Checkins is subscribed to branch lp:mailman.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/3.0/+edit-subscription.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to