summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:23:30 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:23:30 +0000
commitcf5ba2546bb64b76c0c4fd31c64654c19c647f71 (patch)
tree620e26ea88b23ad4b15651f93b4c570da553ed63 /ChangeLog
parent787de5aad206e43b60924843c9b1cab3cedcfdf4 (diff)
downloaddnspython-cf5ba2546bb64b76c0c4fd31c64654c19c647f71.tar.gz
The 'file' parameter to Name.to_wire() is now optional. The 'file'
parameter to Name.to_wire() is now optional; if omitted, the wire form will be returned as the value of the function. This makes getting the wire form of a name more convenient. Original author: Bob Halley <halley@dnspython.org> Date: 2004-09-02 20:12:17
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9cbfe6..ce4528a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-02 Bob Halley <halley@nominum.com>
+
+ * dns/name.py (Name.to_wire): The 'file' parameter to
+ Name.to_wire() is now optional; if omitted, the wire form will
+ be returned as the value of the function.
+
2004-08-14 Bob Halley <halley@dnspython.org>
* dns/message.py (Message.find_rrset): find_rrset() now uses an