Skip to content

Commit 7b2963a

Browse files
committed
Move note about IANA scraping messages, apparently I managed to put it
in the wrong place (they're of course scraping draft approvals, not the ballot announcements). - Legacy-Id: 4260
1 parent 25cb532 commit 7b2963a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/idrfc/mails.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,6 @@ def formatted(val):
586586
e = doc.latest_event(WriteupDocEvent, type="changed_ballot_writeup_text")
587587
ballot_writeup = e.text if e else ""
588588

589-
# NOTE: according to Michelle Cotton <michelle.cotton@icann.org>
590-
# (as per 2011-10-24) IANA is scraping these messages for
591-
# information so would like to know beforehand if the format
592-
# changes (perhaps RFC 6359 will change that)
593589
return render_to_string("idrfc/issue_ballot_mailREDESIGN.txt",
594590
dict(doc=doc,
595591
doc_url=settings.IDTRACKER_BASE_URL + doc.get_absolute_url(),

ietf/idrfc/views_ballot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,10 @@ def approve_ballotREDESIGN(request, name):
12281228
else:
12291229
action = "to_announcement_list"
12301230

1231+
# NOTE: according to Michelle Cotton <michelle.cotton@icann.org>
1232+
# (as per 2011-10-24) IANA is scraping these messages for
1233+
# information so would like to know beforehand if the format
1234+
# changes (perhaps RFC 6359 will change that)
12311235
announcement = approval_text + "\n\n" + ballot_writeup
12321236

12331237
if request.method == 'POST':

0 commit comments

Comments
 (0)