From 3f1f5a2826feb9c5fb202ae266ba7f0ff76ebe21 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 1 Jan 2011 11:28:29 -0500 Subject: Because it was just to damn confusing, rename IAddress.address to IAddress.email and IAddress.original_address to IAddress.original_email. From now on we'll use "address" to talk about the IAddress object and "email" to talk about the textual email address. --- src/mailman/tests/test_documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/tests/test_documentation.py') diff --git a/src/mailman/tests/test_documentation.py b/src/mailman/tests/test_documentation.py index f89979ba2..a8157a18f 100644 --- a/src/mailman/tests/test_documentation.py +++ b/src/mailman/tests/test_documentation.py @@ -110,7 +110,7 @@ def dump_msgdata(msgdata, *additional_skips): print '{0:{2}}: {1}'.format(key, msgdata[key], longest) -def dump_list(list_of_things, key=None): +def dump_list(list_of_things, key=str): """Print items in a string to get rid of stupid u'' prefixes.""" # List of things may be a generator. list_of_things = list(list_of_things) -- cgit v1.2.3-70-g09d2