From 6fb6ffac7449af570d48683cfaa8e14f29065f69 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 5 Jun 2013 12:03:27 -0700 Subject: [PATCH] obscure the email address in bdfl-delegate, too --- pep2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep2html.py b/pep2html.py index 273920f1d..6ebc89a74 100755 --- a/pep2html.py +++ b/pep2html.py @@ -202,7 +202,7 @@ def fixfile(inpath, input_lines, outfile): print >> outfile, '' print >> outfile, '
\n' for k, v in header: - if k.lower() in ('author', 'discussions-to'): + if k.lower() in ('author', 'bdfl-delegate', 'discussions-to'): mailtos = [] for part in re.split(',\s*', v): if '@' in part: