summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2008-06-03 03:48:10 +0000
committerroot <root>2008-06-03 03:48:10 +0000
commitef3bf83f6e85b999380b61425d9e05c2d3a847f9 (patch)
treeaa6037982de26c9bb10a2e6c39fdb01d6874d370 /ev.pod
parent1fa403c16d9262ee9541bd969f372d00bd62b3e8 (diff)
note pythobn bindings, Luc Van Hoeylandt told me about it
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod11
1 files changed, 10 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 36c21e1..8d286df 100644
--- a/ev.pod
+++ b/ev.pod
@@ -2628,9 +2628,18 @@ there are additional modules that implement libev-compatible interfaces
to C<libadns> (C<EV::ADNS>), C<Net::SNMP> (C<Net::SNMP::EV>) and the
C<libglib> event core (C<Glib::EV> and C<EV::Glib>).
-It can be found and installed via CPAN, its homepage is found at
+It can be found and installed via CPAN, its homepage is at
L<http://software.schmorp.de/pkg/EV>.
+=item Python
+
+Python bindings can be found at L<http://code.google.com/p/pyev/>. It
+seems to be quite complete and well-documented. Note, however, that the
+patch they require for libev is outright dangerous as it breaks the ABI
+for everybody else, and therefore, should never be applied in an installed
+libev (if python requires an incompatible ABI then it needs to embed
+libev).
+
=item Ruby
Tony Arcieri has written a ruby extension that offers access to a subset