Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r76381:385a53dacc1c
Date: 2015-03-15 10:34 +0100
http://bitbucket.org/pypy/pypy/changeset/385a53dacc1c/

Log:    Link to the bug report

diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py
--- a/rpython/rlib/rsocket.py
+++ b/rpython/rlib/rsocket.py
@@ -6,7 +6,7 @@
 """
 
 # XXX this does not support yet the least common AF_xxx address families
-# supported by CPython.
+# supported by CPython.  See http://bugs.pypy.org/issue1942
 
 from rpython.rlib import _rsocket_rffi as _c, jit, rgc
 from rpython.rlib.objectmodel import instantiate, keepalive_until_here
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to