pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-twisted-kqueue - add a note to use built-in select.kevent instead



Module Name:	pkgsrc-wip
Committed By:	Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By:	jdolecek
Date:		Mon Feb 10 00:45:06 2020 +0100
Changeset:	a55fef11b610074292d7115674b527bec304b020

Modified Files:
	py-twisted-kqueue/DESCR

Log Message:
py-twisted-kqueue - add a note to use built-in select.kevent instead

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a55fef11b610074292d7115674b527bec304b020

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-twisted-kqueue/DESCR | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-twisted-kqueue/DESCR b/py-twisted-kqueue/DESCR
index c629ae337c..3befef25dc 100644
--- a/py-twisted-kqueue/DESCR
+++ b/py-twisted-kqueue/DESCR
@@ -1,2 +1,4 @@
 This is same as ../../devel/py-kqueue with minor modifications to work with
 Twisted reactor.
+
+Note: users should probably use Python built-in select.kevent instead


Home | Main Index | Thread Index | Old Index