Lines 1-7
Link Here
|
1 |
--- DNS/Lib.py.orig Wed Oct 11 05:45:08 2006 |
1 |
--- DNS/Lib.py.orig 2011-03-16 23:06:39.000000000 +0300 |
2 |
+++ DNS/Lib.py Wed Oct 11 05:46:19 2006 |
2 |
+++ DNS/Lib.py 2011-03-29 12:42:45.000000000 +0400 |
3 |
@@ -1,3 +1,4 @@ |
3 |
@@ -706,10 +706,10 @@ |
4 |
+# This Python file uses the following encoding: iso8859-1 |
4 |
# added identifying header to top of each file |
5 |
""" |
5 |
# |
6 |
$Id: Lib.py,v 1.11 2002/03/19 13:05:02 anthonybaxter Exp $ |
6 |
# Revision 1.7 2001/07/19 07:50:44 anthony |
7 |
|
7 |
-# Added SRV (RFC 2782) support. Code from Michael Ströder. |
|
|
8 |
+# Added SRV (RFC 2782) support. Code from Michael Ströder. |
9 |
# |
10 |
# Revision 1.6 2001/07/19 07:39:18 anthony |
11 |
-# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder. |
12 |
+# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder. |
13 |
# |
14 |
# Revision 1.5 2001/07/19 07:34:19 anthony |
15 |
# oops. glitch in storeRR (fixed now). |