<div dir="ltr">can everyone help me,the error is<div><div>[root@herry zhangyuyan]# python dns_udp.py </div><div>/usr/local/lib/python2.7/site-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/names/dns.py:110: RuntimeWarning: urandom unavailable - proceeding with non-cryptographically secure random source</div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/13  <span dir="ltr">&lt;<a href="mailto:twisted-python-request@twistedmatrix.com" target="_blank">twisted-python-request@twistedmatrix.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Twisted-Python mailing list submissions to<br>
        <a href="mailto:twisted-python@twistedmatrix.com">twisted-python@twistedmatrix.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:twisted-python-request@twistedmatrix.com">twisted-python-request@twistedmatrix.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:twisted-python-owner@twistedmatrix.com">twisted-python-owner@twistedmatrix.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Twisted-Python digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Twisted Web documentation out of date (Hynek Schlawack)<br>
   2. Weekly Bug Summary (<a href="mailto:exarkun@twistedmatrix.com">exarkun@twistedmatrix.com</a>)<br>
   3. txtorcon 0.8.0 (meejah)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 11 May 2013 18:41:24 +0200<br>
From: Hynek Schlawack &lt;<a href="mailto:hs@ox.cx">hs@ox.cx</a>&gt;<br>
Subject: Re: [Twisted-Python] Twisted Web documentation out of date<br>
To: Twisted general discussion &lt;<a href="mailto:twisted-python@twistedmatrix.com">twisted-python@twistedmatrix.com</a>&gt;<br>
Message-ID: &lt;<a href="mailto:B1367445-076E-4BAF-A669-10F2F8247733@ox.cx">B1367445-076E-4BAF-A669-10F2F8247733@ox.cx</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
<br>
&gt; Twisted reviewers: review tickets!  Tom, the recipient of the sponsored fellowship, is busy with fixing our infrastructure, so we really need the community to pitch in.<br>
&gt;<br>
&gt; If you&#39;re interested in reviewing tickets, please let me know.<br>
<br>
I spoke about that to jp already: collecting some *practical* material on proper code review in the wiki would be really beneficiary. I&#39;ve been pointed to <a href="http://mumak.net/stuff/your-code-sucks.html" target="_blank">http://mumak.net/stuff/your-code-sucks.html</a> which is a nice start but doesn&#39;t one really get started. Maybe a checklist to hold to in the beginning? Pointing out common things to look for?<br>

-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://twistedmatrix.com/pipermail/twisted-python/attachments/20130511/7e185712/attachment.html" target="_blank">http://twistedmatrix.com/pipermail/twisted-python/attachments/20130511/7e185712/attachment.html</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 12 May 2013 04:05:32 -0000<br>
From: <a href="mailto:exarkun@twistedmatrix.com">exarkun@twistedmatrix.com</a><br>
Subject: [Twisted-Python] Weekly Bug Summary<br>
To: <a href="mailto:twisted-python@twistedmatrix.com">twisted-python@twistedmatrix.com</a><br>
Message-ID: <a href="mailto:1368331532.79.1815539506@twistedmatrix.com">1368331532.79.1815539506@twistedmatrix.com</a><br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://twistedmatrix.com/pipermail/twisted-python/attachments/20130512/aeb0dca6/attachment-0001.htm" target="_blank">http://twistedmatrix.com/pipermail/twisted-python/attachments/20130512/aeb0dca6/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 12 May 2013 10:35:06 +0400<br>
From: meejah &lt;<a href="mailto:meejah@meejah.ca">meejah@meejah.ca</a>&gt;<br>
Subject: [Twisted-Python] txtorcon 0.8.0<br>
To: <a href="mailto:twisted-python@twistedmatrix.com">twisted-python@twistedmatrix.com</a><br>
Message-ID: &lt;<a href="mailto:87zjw0n1t1.fsf@atlantis.meejah.ca">87zjw0n1t1.fsf@atlantis.meejah.ca</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
<br>
txtorcon 0.8.0 is now tagged and released. [1]<br>
<br>
txtorcon is a Python+Twisted-based asynchronous implementation of the<br>
Tor control protocol. It includes a state-tracking abstraction,<br>
configuration abstraction, Twisted endpoint support for hidden<br>
services, 96%+ unit-test coverage and many examples.<br>
<br>
New in this release:<br>
<br>
 . issue #18: slight *API change* ICircuitListener.circuit_failed,<br>
   circuit_closed, IStreamListener.stream_failed, stream_closed and<br>
   stream_detach all now include any keywords in the notification<br>
   method (these either lacked flags, or only included some)<br>
 . launch_tor() can take a timeout (starting with a patch from hellais);<br>
 . cleanup from aagbsn;<br>
 . more test coverage;<br>
 . run tests cleanly without graphviz (from lukaslueg);<br>
 . issue #26: fix from lukaslueg;<br>
 . pep8 and whitespace targets plus massive cleanup (now pep8 clean, from lukaslueg);<br>
 . issue #30: fix reported by webmeister making ipaddr actually-optional;<br>
 . example using synchronous web server (built-in SimpleHTTPServer) with txtorcon (from lukaslueg);<br>
 . TorState can now create circuits without an explicit path;<br>
 . passwords for non-cookie authenticated sessions now use a password callback (that may return a Deferred);<br>
 . fixes for AddrMap in case Tor ticket #8596 is implemented;<br>
<br>
Code and built documentation may be obtained:<br>
<br>
   git clone git://<a href="http://github.com/meejah/txtorcon.git" target="_blank">github.com/meejah/txtorcon.git</a><br>
<br>
   <a href="https://github.com/meejah/txtorcon" target="_blank">https://github.com/meejah/txtorcon</a><br>
   <a href="https://txtorcon.readthedocs.org/en/latest/index.html" target="_blank">https://txtorcon.readthedocs.org/en/latest/index.html</a><br>
<br>
You may easily install it:<br>
<br>
   pip install txtorcon<br>
   easy_install txtorcon<br>
<br>
The sha256sum output is:<br>
<br>
87fcb3bce3ac3b48583f637bf69445bd50071411dc3fded89df7600d870a3094  txtorcon-0.8.0.tar.gz<br>
<br>
thanks,<br>
meejah<br>
<br>
<br>
[1] -- (Note the tagging took place last month, and I&#39;ve only now<br>
updated PyPI, ReadTheDocs, freecode, emailed this, ...)<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.12 (GNU/Linux)<br>
<br>
iQEcBAEBAgAGBQJRjy+yAAoJEJ0UOBRRgEVQXrMH/0Kl3DmVLyqo3aTBNv1d50RL<br>
yi8u5LTZLNtuYiyJsxqTFyq8zNhfEwIPoXbsqHyNuv0hv8s6Qn4OkXh47/crhukO<br>
GpnNNTldvSQIpOfNw+ftCYF/NC0X5pOjJo/Rz1XUkFyms50cqq17i+MWvcAvaFnW<br>
Ols6+7ulh8u61ElafVxnwn1zgitkpUOOsnF8a27iXryFJ/iZFFROnCigJv2eM8pj<br>
SqcwKbVp9h1VtztoYhtEcjEPBm1NnrYGoRIjh9D3RQfEVnXgM2fU4HoGhFAqYj7M<br>
wFZv0DZBvL2s/XwV8PEi4Y4+fTJZTXE7bbHctMWjUWjhlMfMniq2oud4hZJ5ugY=<br>
=MDAq<br>
-----END PGP SIGNATURE-----<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
<br>
<br>
End of Twisted-Python Digest, Vol 110, Issue 12<br>
***********************************************<br>
</blockquote></div><br></div>