The following text appears to be in error:<br><br><dl style="margin-left: 40px;" class="data"><dt id="locale.ERA_D_FMT">
<tt class="descclassname">locale.</tt><tt class="descname">ERA_D_FMT</tt></dt><dd><p>Get a format string for <tt class="xref py py-func docutils literal"><span class="pre">strftime()</span></tt> to represent time in a
locale-specific era-based way.</p>
</dd></dl><br>(Note the mismatch between &quot;D&quot; in the constant name and &quot;time&quot; in its description.)<br><br>This text is present in the same form in at least the 2.7, 3.1 and 3.2 docs. Checking with Python 3.1.2, it would appear that both ERA_D_FMT and ERA_T_FMT exist. Thus, the text should probably read something like:<br>

<br><dl style="margin-left: 40px;" class="data"><dt id="locale.ERA_D_FMT">
<tt class="descclassname">locale.</tt><tt class="descname">ERA_D_FMT</tt></dt><dd><p>Get a format string for <tt class="xref py py-func docutils literal"><span class="pre">strftime()</span></tt> to represent a date in a
locale-specific era-based way.</p>
</dd></dl><dl style="margin-left: 40px;" class="data"><dt id="locale.ERA_D_FMT">
<tt class="descclassname">locale.</tt><tt class="descname">ERA_T_FMT</tt></dt><dd><p>Get a format string for <tt class="xref py py-func docutils literal"><span class="pre">strftime()</span></tt> to represent a time in a
locale-specific era-based way.</p>
</dd></dl><br>(The wording &quot;a date&quot;, &quot;a time&quot; instead of just &quot;time&quot; is the same as that used for the D_FMT and T_FMT constants earlier in the page.)<br><br>-- <br>Tim Pederick<br>