diff options
| author | Bob Halley <halley@dnspython.org> | 2005-09-02 05:23:30 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-09-02 05:23:30 +0000 |
| commit | cf5ba2546bb64b76c0c4fd31c64654c19c647f71 (patch) | |
| tree | 620e26ea88b23ad4b15651f93b4c570da553ed63 /ChangeLog | |
| parent | 787de5aad206e43b60924843c9b1cab3cedcfdf4 (diff) | |
| download | dnspython-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
