diff options
author | Guido van Rossum <guido@python.org> | 1998-04-27 14:14:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-27 14:14:41 (GMT) |
commit | 8c8e8149929c3e10d79a6ead2f1b603e065e32d2 (patch) | |
tree | 4de2de4e48fec61cf75e8cea8cb23f4cb7461749 /Demo | |
parent | 23916e78d0e5c9b436dba83ba1a14a12eca543a7 (diff) | |
download | cpython-8c8e8149929c3e10d79a6ead2f1b603e065e32d2.zip cpython-8c8e8149929c3e10d79a6ead2f1b603e065e32d2.tar.gz cpython-8c8e8149929c3e10d79a6ead2f1b603e065e32d2.tar.bz2 |
Add link to Anthony Baxter's enhanced version.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/dns/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/dns/README b/Demo/dns/README index 09ebe8f..2f6d751 100644 --- a/Demo/dns/README +++ b/Demo/dns/README @@ -8,5 +8,9 @@ You can also import dnslib and write your own, more sophisticated client code; use the test program as an example (there is currently no documentation :-). +Anthony Baxter maintains an enhanced version of this code at + + http://alumni.dgs.monash.edu.au/~anthony/python/ + --Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl> URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html> |