Skip to content

Commit f79728e

Browse files
committed
added "Known issues"
1 parent 3929df0 commit f79728e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/index.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,18 @@ In this example, we do a DNSSEC query and check the response:
168168
if __name__ == "__main__":
169169
main()
170170
171-
171+
172+
Known issues
173+
============
174+
175+
* "userarg" currently only accepts a string. This will be
176+
changed in a future release, to take arbitrary data types
177+
178+
* the "dns_transport" attribute is settable and readable but
179+
has no effect, as the underlying library does not
180+
currently support TCP
181+
182+
172183

173184
Contents:
174185

0 commit comments

Comments
 (0)