Thanks for catching the misspelling of my name!<div><br></div><div>If you have a moment, could you look over my patch for <a href="http://bugs.python.org/issue8743">Issue 8743</a>?<br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 1:26 PM, raymond.hettinger <span dir="ltr">&lt;<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Author: raymond.hettinger<br>
Date: Mon Jan 10 22:26:49 2011<br>
New Revision: 87903<br>
<br>
Log:<br>
Misspelling.<br>
<br>
<br>
Modified:<br>
   python/branches/py3k/Doc/whatsnew/3.2.rst<br>
<br>
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst<br>
==============================================================================<br>
--- python/branches/py3k/Doc/whatsnew/3.2.rst   (original)<br>
+++ python/branches/py3k/Doc/whatsnew/3.2.rst   Mon Jan 10 22:26:49 2011<br>
@@ -553,7 +553,7 @@<br>
       &gt;&gt;&gt; range(0, 100, 2)[0:5]<br>
       range(0, 10, 2)<br>
<br>
-  (Contributed by Daniel Stutzback in :issue:`9213` and by Alexander Belopolsky<br>
+  (Contributed by Daniel Stutzbach in :issue:`9213` and by Alexander Belopolsky<br>
   in :issue:`2690`.)<br>
<br>
 * The :func:`callable` builtin function from Py2.x was resurrected.  It provides<br>
@@ -1514,7 +1514,7 @@<br>
   and it saves time lost during comparisons which were delegated by the<br>
   sort wrappers.<br>
<br>
-  (Patch by Daniel Stutzback in :issue:`9915`.)<br>
+  (Patch by Daniel Stutzbach in :issue:`9915`.)<br>
<br>
 * JSON decoding performance is improved and memory consumption is reduced<br>
   whenever the same string is repeated for multiple keys.  Also, JSON encoding<br>
_______________________________________________<br>
Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-checkins" target="_blank">http://mail.python.org/mailman/listinfo/python-checkins</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Daniel Stutzbach<br>
</div>