can everyone help me,the error is [root@herry zhangyuyan]# python dns_udp.py /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
2013/5/13 <twisted-python-requ...@twistedmatrix.com> > Send Twisted-Python mailing list submissions to > twisted-python@twistedmatrix.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > or, via email, send a message with subject or body 'help' to > twisted-python-requ...@twistedmatrix.com > > You can reach the person managing the list at > twisted-python-ow...@twistedmatrix.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Twisted-Python digest..." > > > Today's Topics: > > 1. Re: Twisted Web documentation out of date (Hynek Schlawack) > 2. Weekly Bug Summary (exar...@twistedmatrix.com) > 3. txtorcon 0.8.0 (meejah) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 11 May 2013 18:41:24 +0200 > From: Hynek Schlawack <h...@ox.cx> > Subject: Re: [Twisted-Python] Twisted Web documentation out of date > To: Twisted general discussion <twisted-python@twistedmatrix.com> > Message-ID: <b1367445-076e-4baf-a669-10f2f8247...@ox.cx> > Content-Type: text/plain; charset="utf-8" > > > > 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. > > > > If you're interested in reviewing tickets, please let me know. > > I spoke about that to jp already: collecting some *practical* material on > proper code review in the wiki would be really beneficiary. I've been > pointed to http://mumak.net/stuff/your-code-sucks.html which is a nice > start but doesn't one really get started. Maybe a checklist to hold to in > the beginning? Pointing out common things to look for? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://twistedmatrix.com/pipermail/twisted-python/attachments/20130511/7e185712/attachment.html > > ------------------------------ > > Message: 2 > Date: Sun, 12 May 2013 04:05:32 -0000 > From: exar...@twistedmatrix.com > Subject: [Twisted-Python] Weekly Bug Summary > To: twisted-python@twistedmatrix.com > Message-ID: 1368331532.79.1815539...@twistedmatrix.com > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > URL: > http://twistedmatrix.com/pipermail/twisted-python/attachments/20130512/aeb0dca6/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Sun, 12 May 2013 10:35:06 +0400 > From: meejah <mee...@meejah.ca> > Subject: [Twisted-Python] txtorcon 0.8.0 > To: twisted-python@twistedmatrix.com > Message-ID: <87zjw0n1t1....@atlantis.meejah.ca> > Content-Type: text/plain; charset=us-ascii > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > txtorcon 0.8.0 is now tagged and released. [1] > > txtorcon is a Python+Twisted-based asynchronous implementation of the > Tor control protocol. It includes a state-tracking abstraction, > configuration abstraction, Twisted endpoint support for hidden > services, 96%+ unit-test coverage and many examples. > > New in this release: > > . issue #18: slight *API change* ICircuitListener.circuit_failed, > circuit_closed, IStreamListener.stream_failed, stream_closed and > stream_detach all now include any keywords in the notification > method (these either lacked flags, or only included some) > . launch_tor() can take a timeout (starting with a patch from hellais); > . cleanup from aagbsn; > . more test coverage; > . run tests cleanly without graphviz (from lukaslueg); > . issue #26: fix from lukaslueg; > . pep8 and whitespace targets plus massive cleanup (now pep8 clean, from > lukaslueg); > . issue #30: fix reported by webmeister making ipaddr actually-optional; > . example using synchronous web server (built-in SimpleHTTPServer) with > txtorcon (from lukaslueg); > . TorState can now create circuits without an explicit path; > . passwords for non-cookie authenticated sessions now use a password > callback (that may return a Deferred); > . fixes for AddrMap in case Tor ticket #8596 is implemented; > > Code and built documentation may be obtained: > > git clone git://github.com/meejah/txtorcon.git > > https://github.com/meejah/txtorcon > https://txtorcon.readthedocs.org/en/latest/index.html > > You may easily install it: > > pip install txtorcon > easy_install txtorcon > > The sha256sum output is: > > 87fcb3bce3ac3b48583f637bf69445bd50071411dc3fded89df7600d870a3094 > txtorcon-0.8.0.tar.gz > > thanks, > meejah > > > [1] -- (Note the tagging took place last month, and I've only now > updated PyPI, ReadTheDocs, freecode, emailed this, ...) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > > iQEcBAEBAgAGBQJRjy+yAAoJEJ0UOBRRgEVQXrMH/0Kl3DmVLyqo3aTBNv1d50RL > yi8u5LTZLNtuYiyJsxqTFyq8zNhfEwIPoXbsqHyNuv0hv8s6Qn4OkXh47/crhukO > GpnNNTldvSQIpOfNw+ftCYF/NC0X5pOjJo/Rz1XUkFyms50cqq17i+MWvcAvaFnW > Ols6+7ulh8u61ElafVxnwn1zgitkpUOOsnF8a27iXryFJ/iZFFROnCigJv2eM8pj > SqcwKbVp9h1VtztoYhtEcjEPBm1NnrYGoRIjh9D3RQfEVnXgM2fU4HoGhFAqYj7M > wFZv0DZBvL2s/XwV8PEi4Y4+fTJZTXE7bbHctMWjUWjhlMfMniq2oud4hZJ5ugY= > =MDAq > -----END PGP SIGNATURE----- > > > > ------------------------------ > > _______________________________________________ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > > End of Twisted-Python Digest, Vol 110, Issue 12 > *********************************************** >
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python