<br>Success!  The entire selftest suite runs with python 2.5.4.  My problems are related to my use of pythin 2.6.2.<br><br>Here&#39;s the main result:<br><br><span style="font-family: courier new,monospace;">Ran 21257 tests in 1431.388s</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">OK (known_failures=21)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">1930 tests skipped</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature &#39;FTPServer&#39; skipped 82 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature &#39;Internally performed glob expansion&#39; skipped 7 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature &#39;_winreg&#39; skipped 2 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature &#39;attrib Windows command-line tool&#39; skipped 1 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature &#39;bzrlib._Win32ReadDir&#39; skipped 11 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature &#39;case-insensitive case-preserving filesystem&#39; skipped 20 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature &#39;case-insensitive filesystem&#39; skipped 1 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature &#39;invalid hostname&#39; skipped 1 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature &#39;subunit&#39; skipped 1 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature &#39;win32com.shell&#39; skipped 4 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">tests passed</span><br style="font-family: courier new,monospace;"><br><br>Ok!  The next step is figuring out how to clearly write up a regression related to python 2.6.  Based on my experience, I&#39;m guessing that bzr core dev has not moved to python 2.6 yet but will run into this problem when it does.<br>
<br>A quick scan of the python 2.5.4 and 2.6.2 sources reveals that ssl.py did not even exist in 2.5.4.  <br>That makes me wonder if the ssl.py (referenced in my python debugger backtrace) in 2.6.2 has replaced something in 2.5.4.<br>
And... wow... _ssl.c has was almost completely rewrtitten between 2.5.4 and 2.6.2.<br><br>Hm...<br><br>-M<br><br>