Stem devs,<br><br>This is a review of recent commits to Stem.  It begins where my last review ended[0] and finishes at the "Adding a close_stream..." merge.<br><br>The pydoc changes to Controller.extend_circuit are good additions.<br>
<br>I do not understand much of the context for changes regarding network status docs, exit policy, address type, etc.  But, the code appears to do what the comments claim it should do (e.g. lazy loading address info).  Take that evaluation with a grain of salt.<br>
<br>As to re-attaching event listeners[1], I agree that putting a specialized hook into BaseController.msg seems bad.  I have an alternate idea[2] that puts the re-attachment in an authenticate method.  I am not proposing this as the solution, but I hope this sparks the idea for another way to handle re-attachment.<br>
<br>I think the 'as' import keyword[3] is mainly for shortening long names and easily avoiding namespace collision.  For example:<br>>>> import pkg.reallylongmodulename as rlmn<br>and<br>>>> import socket<br>
>>> import niftysocket.socket as nsocket<br><br><br>[0]: <a href="https://lists.torproject.org/pipermail/tor-dev/2012-December/004240.html">https://lists.torproject.org/pipermail/tor-dev/2012-December/004240.html</a><br clear="all">
[1]: <a href="https://gitweb.torproject.org/stem.git/commit/885a294646703a537c37cd2a5ac9aa8728561744">https://gitweb.torproject.org/stem.git/commit/885a294646703a537c37cd2a5ac9aa8728561744</a><br>[2]: <a href="https://gitorious.org/stem-robinson/stem-robinson/commits/exp-reattach-listeners">https://gitorious.org/stem-robinson/stem-robinson/commits/exp-reattach-listeners</a><br>
[3]: <a href="https://gitweb.torproject.org/stem.git/commit/3da47d3b9d6d1ae5c6b2013a4247c45c13461a05">https://gitweb.torproject.org/stem.git/commit/3da47d3b9d6d1ae5c6b2013a4247c45c13461a05</a><br>[4]: this footnote intentionally left blank<br>
<br>-- <br>Sean Robinson<br>
<br><br>