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: