<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.36 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-carpenter-gendispatch-anachronisms-05" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="Process Document Anachronisms">Some Anachronisms in IETF Standards Process Documents</title>
    <seriesInfo name="Internet-Draft" value="draft-carpenter-gendispatch-anachronisms-05"/>
    <author initials="B. E." surname="Carpenter" fullname="Brian E. Carpenter">
      <organization abbrev="Univ. of Auckland">The University of Auckland</organization>
      <address>
        <postal>
          <postalLine>School of Computer Science</postalLine>
          <postalLine>The University of Auckland</postalLine>
          <postalLine>PB 92019</postalLine>
          <postalLine>Auckland 1142</postalLine>
          <postalLine>New Zealand</postalLine>
        </postal>
        <email>brian.e.carpenter@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="May" day="06"/>
    <area>General</area>
    <workgroup>GenDispatch</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 53?>

<t>This document discusses some aspects of documents describing
the IETF standards process that have been overtaken by events.
It covers the six-month expiry of Internet-Drafts, the citation
of Internet-Drafts, the reality of the two-stage standards process,
and other issues. This draft is posted only to open a discussion.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-carpenter-gendispatch-anachronisms/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        GenDispatch Working Group mailing list (<eref target="mailto:GenDispatch@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/gendispatch/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/GenDispatch/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 61?>

<section anchor="intro">
      <name>Introduction</name>
      <t>This draft is posted only to open a discussion and to record known issues.
If there is interest in the issues
raised, they should probably be split out into separate, more focussed, drafts.
Each of the following sections considers a specific issue.</t>
      <t>Note that <xref target="I-D.ietf-procon-2026bis"/> and <xref target="I-D.ietf-procon-2418bis"/> may clarify some of these issues. An open question is whether the PROCON WG should be rechartered to consider formal rule changes for such issues.</t>
    </section>
    <section anchor="making-internet-drafts-inactive">
      <name>Making Internet-Drafts Inactive</name>
      <t>Experience has shown that the expiry after six months of Internet-Drafts,
as described in <xref target="RFC2026"/>, is meaningless and often leads to wasted effort.
It is meaningless because drafts, once posted on line, never disappear; indeed
the IETF maintains a public archive of them. It leads to wasted effort since
authors often feel obliged to refresh a draft every six months with no
significant change. This wastes effort and resources for the authors themselves,
the IETF's own computing resources, and potentially the resources and time
of innumerable others. Additional arguments can be found in
<xref target="I-D.thomson-gendispatch-no-expiry"/>.</t>
      <t>The following sentence in Section 2.2 of <xref target="RFC2026"/>
(or its equivalent in <xref target="I-D.ietf-procon-2026bis"/>):</t>
      <artwork><![CDATA[
  An Internet-Draft that is published as an RFC, or that has remained
  unchanged in the Internet-Drafts directory for more than six months
  without being recommended by the IESG for publication as an RFC, is
  simply removed from the Internet-Drafts directory. 
]]></artwork>
      <t>describes what used to happen in the twentieth century. What really
happens today is closer to the following:</t>
      <artwork><![CDATA[
  An Internet-Draft that is published as an RFC, or that has remained
  unchanged for more than six months without being approved for
  publication as an RFC and is not under active discussion in a working
  group, is marked as "inactive" in tooling maintained by the IETF
  (such as the Datatracker).
]]></artwork>
      <t>In other words, nothing really "expires" after six months; either the draft is 
actively developed, or it simply remains in the archive.
Mentions of the expiry of Internet-Drafts in <xref target="RFC2418"/> (or
<xref target="I-D.ietf-procon-2418bis"/>) are anachronisms, as are
references to expiry or the period of six months in the header
or boilerplate of Internet-Drafts.</t>
    </section>
    <section anchor="citing-internet-drafts">
      <name>Citing Internet-Drafts</name>
      <t>Another rule about Internet-Drafts is broken as a matter of course - that they can only
be referenced "without referencing an Internet-Draft". Yes, that's what our
rules say today; <xref target="RFC2026"/> says:</t>
      <artwork><![CDATA[
  Note: It is acceptable to reference a standards-track specification
  that may reasonably be expected to be published as an RFC using the
  phrase "Work in Progress" without referencing an Internet-Draft.
  This may also be done in a standards track document itself  as long
  as the specification in which the reference is made would stand as a
  complete and understandable document with or without the reference to
  the "Work in Progress".
]]></artwork>
      <t>This isn't what we do, for sound practical reasons - we refer to I-Ds
frequently in other I-Ds, and those references are often normative when two
documents are being developed simultaneously. (Which leads naturally
to an interlock between the two documents if they come to be approved
as RFCs.) Also, we refer informatively to I-Ds in published RFCs.
Also, in some circumstances we refer to them as <em>stable</em> references
in IANA registries.</t>
      <t>In the real world these references explicitly <em>do</em> cite an I-D with its DataTracker
URL, directly in contradiction to the first sentence quoted above.
This makes sense, since otherwise the reader couldn't easily find the
cited document.</t>
      <t>Note that at the time of writing, this issue is fixed in <xref target="I-D.ietf-procon-2026bis"/>
by removing the phrase "without referencing an Internet-Draft" cited above,
but that seems to be an actual rule change, not a clarification.</t>
    </section>
    <section anchor="single-step-standards-process-and-std-numbers">
      <name>Single-step Standards Process and STD numbers</name>
      <t>Experience has shown that the process for elevating a Proposed Standard
(or a residual Draft Standard) to Internet Standard is so similar to the 
process for approving a Proposed Standard that there is now no practical 
difference between the two. In reality, the Proposed Standard process
is more stringent in practice than the description in <xref target="RFC2026"/>,
with in-depth reviews during the IETF Last Call and IESG discussion
stages. This is underlined by the Implementation Status Section recommended
by <xref target="RFC7942"/>, and echoes the arguments used in <xref target="RFC6410"/> to reduce 
the standards process to two stages. Additional arguments can be found in
<xref target="I-D.loughney-newtrk-one-size-fits-all"/>.</t>
      <t>Another perspective -- the confusion caused by STD numbers -- is covered
by <xref target="I-D.klensin-std-numbers"/>, and those arguments are not repeated here,
except to note that when a Proposed Standard updates or obsoletes an
Internet Standard, the STD number loses it legitimacy.</t>
      <t>It has long been observed that "The Internet runs on Proposed Standards."
What harm to the Internet would result if we
replaced the two-tier maturity ladder defined in
<xref target="RFC6410"/> with a single lavel of maturity, namely "Internet Standard"?
This maturity level would be a merger of Proposed Standard, Draft Standard,
and Standard as they are described in <xref target="RFC2026"/>. The characterization of an
Internet Standard could remain as stated in RFC 2026:</t>
      <artwork><![CDATA[
  An Internet Standard is characterized by a high degree of
  technical maturity and by a generally held belief that the
  specified protocol or service provides significant benefit to the
  Internet community.
]]></artwork>
      <t>In effect those criteria have long been applied by the IESG for the
Proposed Standard maturity level, including when a Proposed Standard
is updated without promotion to Internet Standard. Merging the two
levels would not change much at all, except for making things simpler.
Clarification of the scope of STD numbers is also needed.</t>
      <t>It would be good if all standards-track drafts <em>required</em>
an Implementation Status section <xref target="RFC7942"/> (noting that this
section will not be included in the published RFC). Then
the IESG could consider the following issues if they
are applicable, especially when the new document replaces or updates
a previous one:</t>
      <ol spacing="normal" type="1"><li>
          <t>Are there at least two independent interoperating implementations with widespread deployment and successful operational experience?</t>
        </li>
        <li>
          <t>Are there changes, including corrected errata, in the specification that would cause a new implementation to fail to interoperate with older ones?</t>
        </li>
        <li>
          <t>Are there non-essential features in the specification that might increase implementation complexity?</t>
        </li>
        <li>
          <t>If the technology required to implement the specification requires patented or otherwise controlled technology, do existing implementations demonstrate at least two independent, separate and successful uses of the licensing process?</t>
        </li>
      </ol>
    </section>
    <section anchor="how-many-bofs">
      <name>How many BOFs?</name>
      <t>Another issue is the number of BOFs allowed. We are currently inconsistent
with our own rules. <xref target="RFC2418"/> seems to limit the number of Birds of a Feather (BOF)
sessions to one per new working group:</t>
      <artwork><![CDATA[
 Note that an Area
 Director MAY require holding an exploratory Birds of a Feather (BOF)
 meeting, as described below, to gage the level of support for a
 working group before submitting the charter to the IESG and IAB for
 approval.   
]]></artwork>
      <t>Or it doesn't:</t>
      <artwork><![CDATA[
 To facilitate exploration of the issues the IETF
 offers the possibility of a Birds of a Feather (BOF) session, as well
 as the early formation of an email list for preliminary discussion.
]]></artwork>
      <t>In reality the IESG has interpreted this to allow "non-WG-forming" BOFs,
possibly followed by a "WG-forming BOF", and occasionally a second
one. Also there is a practice of creating non-WG mailing lists which
may or may not be associated with a BOF.</t>
      <t>The current documentation does not really decribe the current practice.
<xref target="RFC5434"/> is realistic but only Informational.</t>
    </section>
    <section anchor="area-director-for-individual-submissions">
      <name>Area Director for Individual Submissions</name>
      <t>Section 6.1.1 of <xref target="RFC2026"/> mentions individual submissions quite briefly:</t>
      <artwork><![CDATA[
 A standards action is initiated by a recommendation by the IETF
 Working group responsible for a specification to its Area Director,
 copied to the IETF Secretariat or, in the case of a specification not
 associated with a Working Group, a recommendation by an individual to
 the IESG.
]]></artwork>
      <t>This leaves it open which IESG member shepherds such a document.</t>
      <t>Section 4.2 on non-standards track documents also leaves this open, as does
Section 5 on BCPs.</t>
      <t>It seems necessary to state that a specific AD needs to sponsor and shepherd
such a submission, which is today's current practice.</t>
      <t><xref target="I-D.ietf-procon-2026bis"/> partially clarifies this by citing <eref target="https://datatracker.ietf.org/doc/statement-iesg-guidance-on-area-director-sponsoring-of-documents-20070320/">an IESG Statement</eref>.</t>
    </section>
    <section anchor="defining-the-ietf">
      <name>Defining the IETF</name>
      <t><xref target="RFC3233"/> (BCP 58) offers a slightly out-of-date definition of the IETF. Should this be resolved by</t>
      <ol spacing="normal" type="1"><li>
          <t>updating BCP 58,</t>
        </li>
        <li>
          <t>adding a sentence or two to the definition of the IETF in Section 3.1 of <xref target="RFC9281"/> (BCP 11), or</t>
        </li>
        <li>
          <t>leaving this matter for the IETF web site?</t>
        </li>
      </ol>
      <t>Suggested text is along the lines of:</t>
      <artwork><![CDATA[
 The IETF is an unincorporated, freestanding organization composed
 of volunteers who are independent, bound only by policy, not by any
 membership agreement.
]]></artwork>
    </section>
    <section anchor="force-majeure">
      <name>Force Majeure</name>
      <t>"Force Majeure" is the phrase used in many contexts to indicate that
normal rules may be broken when an event entirely outside the control
of those involved occurs and makes those rules unworkable. A recent example
in the IETF's history is the COVID-19 pandemic. Another example could
be an urgent need to temporarily replace a person much more quickly than the NomCom
can act.</t>
      <t>At the moment, the IETF's process documents do not tackle this issue, yet the
pandemic obliged both the IESG and IETF LLC to take urgent decisions
regardless of process rules and normal practice.</t>
    </section>
    <section anchor="iesg-statements">
      <name>IESG Statements</name>
      <t>Sometimes it occurs that a procedural issue of some kind is not covered,
or is ambiguously covered, by any formal document (typically a BCP). In
this case the established practice is that the IESG publishes a statement
to settle the procedural issue, possibly in conjunction with or embedded
in an appeal response. Such statements become part of the IETF process unless
negated or replaced by a new formal document.</t>
      <t>At the moment the IETF's process documents do not describe this mechanism.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>No IANA actions are needed.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not directly affect the security of the Internet.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Useful comments were received from
Toerless Eckert,
Paul Hoffman,
John Klensin,
Michael Richardson,
Rich Salz,
Martin Thomson,
and others.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="RFC2026">
        <front>
          <title>The Internet Standards Process -- Revision 3</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="October" year="1996"/>
          <abstract>
            <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="9"/>
        <seriesInfo name="RFC" value="2026"/>
        <seriesInfo name="DOI" value="10.17487/RFC2026"/>
      </reference>
      <reference anchor="RFC2418">
        <front>
          <title>IETF Working Group Guidelines and Procedures</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="September" year="1998"/>
          <abstract>
            <t>This document describes the guidelines and procedures for formation and operation of IETF working groups. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="25"/>
        <seriesInfo name="RFC" value="2418"/>
        <seriesInfo name="DOI" value="10.17487/RFC2418"/>
      </reference>
      <reference anchor="RFC3233">
        <front>
          <title>Defining the IETF</title>
          <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="February" year="2002"/>
          <abstract>
            <t>This document gives a more concrete definition of "the IETF" as it understood today. Many RFCs refer to "the IETF". Many important IETF documents speak of the IETF as if it were an already-defined entity. However, no IETF document correctly defines what the IETF is. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="58"/>
        <seriesInfo name="RFC" value="3233"/>
        <seriesInfo name="DOI" value="10.17487/RFC3233"/>
      </reference>
      <reference anchor="RFC5434">
        <front>
          <title>Considerations for Having a Successful Birds-of-a-Feather (BOF) Session</title>
          <author fullname="T. Narten" initials="T." surname="Narten"/>
          <date month="February" year="2009"/>
          <abstract>
            <t>This document discusses tactics and strategy for hosting a successful IETF Birds-of-a-Feather (BOF) session, especially one oriented at the formation of an IETF Working Group. It is based on the experiences of having participated in numerous BOFs, both successful and unsuccessful. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5434"/>
        <seriesInfo name="DOI" value="10.17487/RFC5434"/>
      </reference>
      <reference anchor="RFC6410">
        <front>
          <title>Reducing the Standards Track to Two Maturity Levels</title>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <author fullname="D. Crocker" initials="D." surname="Crocker"/>
          <author fullname="E. Burger" initials="E." surname="Burger"/>
          <date month="October" year="2011"/>
          <abstract>
            <t>This document updates the Internet Engineering Task Force (IETF) Standards Process defined in RFC 2026. Primarily, it reduces the Standards Process from three Standards Track maturity levels to two. This memo documents an Internet Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="9"/>
        <seriesInfo name="RFC" value="6410"/>
        <seriesInfo name="DOI" value="10.17487/RFC6410"/>
      </reference>
      <reference anchor="RFC7942">
        <front>
          <title>Improving Awareness of Running Code: The Implementation Status Section</title>
          <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
          <author fullname="A. Farrel" initials="A." surname="Farrel"/>
          <date month="July" year="2016"/>
          <abstract>
            <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
            <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="205"/>
        <seriesInfo name="RFC" value="7942"/>
        <seriesInfo name="DOI" value="10.17487/RFC7942"/>
      </reference>
      <reference anchor="RFC9281">
        <front>
          <title>Entities Involved in the IETF Standards Process</title>
          <author fullname="R. Salz" initials="R." surname="Salz"/>
          <date month="June" year="2022"/>
          <abstract>
            <t>This document describes the individuals and organizations involved in the IETF standards process, as described in BCP 9. It includes brief descriptions of the entities involved and the role they play in the standards process.</t>
            <t>The IETF and its structure have undergone many changes since RFC 2028 was published in 1996. This document reflects the changed organizational structure of the IETF and obsoletes RFC 2028.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="11"/>
        <seriesInfo name="RFC" value="9281"/>
        <seriesInfo name="DOI" value="10.17487/RFC9281"/>
      </reference>
      <reference anchor="I-D.ietf-procon-2026bis">
        <front>
          <title>The Internet Standards Process</title>
          <author fullname="Rich Salz" initials="R." surname="Salz">
            <organization>Akamai Technologies</organization>
          </author>
          <author fullname="Scott O. Bradner" initials="S. O." surname="Bradner">
            <organization>SOBCO</organization>
          </author>
          <date day="29" month="April" year="2026"/>
          <abstract>
            <t>   This memo documents the process used by the Internet community for
   the standardization of protocols and procedures.  It defines the
   stages in the standardization process, the requirements for moving a
   document between stages, and the types of documents used during this
   process.  It also addresses the intellectual property rights and
   copyright issues associated with the standards process.

   This document obsoletes RFC 2026, RFC 5657, RFC 6410, RFC 7100, RFC
   7127, RFC 8789, and RFC 9282.  It also includes the changes from RFC
   7475.  If this document and [_2418bis] are published as RFCs, then
   taken together the two of them make RFC 7475 obsolete.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-procon-2026bis-07"/>
      </reference>
      <reference anchor="I-D.ietf-procon-2418bis">
        <front>
          <title>IETF Working Group Guidelines and Procedures</title>
          <author fullname="Rich Salz" initials="R." surname="Salz">
            <organization>Akamai Technologies</organization>
          </author>
          <author fullname="David Schinazi" initials="D." surname="Schinazi">
            <organization>Google LLC</organization>
          </author>
          <author fullname="Scott O. Bradner" initials="S. O." surname="Bradner">
            <organization>SOBCO</organization>
          </author>
          <date day="2" month="March" year="2026"/>
          <abstract>
            <t>   The Internet Engineering Task Force (IETF) has responsibility for
   developing and reviewing specifications intended as Internet
   Standards.  IETF activities are organized into working groups (WGs).
   This document describes the guidelines and procedures for formation
   and operation of IETF working groups.  It also describes the formal
   relationship between IETF participants WG and the Internet
   Engineering Steering Group (IESG) and the basic duties of IETF
   participants, including WG Chairs, WG participants, and IETF Area
   Directors.

   This document obsoletes RFC2418, and RFC3934.  It also includes the
   changes from RFC7475, and with [_2026bis], obsoletes it.  It also
   includes a summary of the changes implied in RFC7776 and incorporates
   the changes from RFC8717 and RFC9141.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-procon-2418bis-02"/>
      </reference>
      <reference anchor="I-D.loughney-newtrk-one-size-fits-all">
        <front>
          <title>A Single-Stage Standards Process</title>
          <author fullname="Spencer Dawkins" initials="S." surname="Dawkins">
            <organization>Futurewei</organization>
          </author>
          <author fullname="John A. Loughney" initials="J. A." surname="Loughney">
            <organization>Nokia</organization>
          </author>
          <date day="6" month="March" year="2006"/>
          <abstract>
            <t>This document proposes several changes of principle to the Internet
   standards process, specifically a reduction from three stages to a
   single stage in the standards track.  This does not effect the
   Informational, Experimental or BCP designations.
            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-loughney-newtrk-one-size-fits-all-01"/>
      </reference>
      <reference anchor="I-D.thomson-gendispatch-no-expiry">
        <front>
          <title>Removing Expiration Notices from Internet-Drafts</title>
          <author fullname="Martin Thomson" initials="M." surname="Thomson">
            <organization>Mozilla</organization>
          </author>
          <author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman">
            <organization>ICANN</organization>
          </author>
          <date day="16" month="January" year="2024"/>
          <abstract>
            <t>   The long-standing policy of requiring that Internet-Drafts bear an
   expiration date is no longer necessary.  This document removes
   requirements for expiration for Internet-Drafts from RFC 2026/BCP 9
   and RFC 2418/BCP 25.  In place of expiration, this document
   introduces Internet-Drafts being labeled "active" and "inactive" in
   the IETF tooling.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-thomson-gendispatch-no-expiry-03"/>
      </reference>
      <reference anchor="I-D.klensin-std-numbers">
        <front>
          <title>STD Numbers and the IETF Standards Track</title>
          <author fullname="Dr. John C. Klensin" initials="J. C." surname="Klensin">
         </author>
          <date day="18" month="March" year="2026"/>
          <abstract>
            <t>   STD numbers are assigned to IETF Standards Track specifications in
   order to provide a stable reference even when RFCs are revised and
   the underlying documents change.  However, the numbers are only
   assigned when the specifications reach Internet Standard maturity
   level, significantly reducing their utility in the contemporary world
   in which few specifications advance beyond the first standardization
   maturity level.  For that reason, one proposal, more than a decade
   ago, suggested eliminating the numbers entirely.  Others, including
   more recent ones, have suggested eliminating maturity levels
   entirely, in part as a way to solve the numbering problem.  This
   document argues that stable references for Standards Track
   specifications are actually useful and that the solution is not to
   abolish the numbers or maturity levels but to change the point at
   which they are assigned.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-klensin-std-numbers-03"/>
      </reference>
    </references>
    <?line 296?>

<section anchor="change-log-rfc-editor-please-remove">
      <name>Change Log [RFC Editor: please remove]</name>
      <section anchor="draft-00">
        <name>Draft-00</name>
        <ul spacing="normal">
          <li>
            <t>Original version</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-01">
        <name>Draft-01</name>
        <ul spacing="normal">
          <li>
            <t>Added individual submission issue</t>
          </li>
          <li>
            <t>Simplified Introduction</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-02">
        <name>Draft-02</name>
        <ul spacing="normal">
          <li>
            <t>Clarified that Implementation Status sections are removed before RFC publication</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-03">
        <name>Draft-03</name>
        <ul spacing="normal">
          <li>
            <t>Added "Defining the IETF"</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-04">
        <name>Draft-04</name>
        <ul spacing="normal">
          <li>
            <t>Mentioned STD number issue</t>
          </li>
          <li>
            <t>Added "Force majeure"</t>
          </li>
          <li>
            <t>Note on IANA citing I-Ds</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-05">
        <name>Draft-05</name>
        <ul spacing="normal">
          <li>
            <t>Added IESG Statements issue</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
Xj0YrvH1UKI7cJgXGY/+F83/hQD0MgAA

-->

</rfc>
