diff options
| author | Bob Halley <halley@dnspython.org> | 2005-11-17 23:23:21 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-11-17 23:23:21 +0000 |
| commit | 0f015b7e7483bbdbfc49691b0ac75a29ec21c9d0 (patch) | |
| tree | 33cd96cf475f10ec330a883751a3e4842039dc09 /ChangeLog | |
| parent | f3fa34269e0c14d9d47ee6d9bc3c3bb8e208bcde (diff) | |
| download | dnspython-0f015b7e7483bbdbfc49691b0ac75a29ec21c9d0.tar.gz | |
The 'origin' parameter to from_text() and from_file() is now optional.
If not specified, dnspython will use the first $ORIGIN in the text as
the zone's origin.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-11-17 Bob Halley <halley@dnspython.org> + * dns/zone.py: The 'origin' parameter to from_text() and from_file() + is now optional. If not specified, dnspython will use the + first $ORIGIN in the text as the zone's origin. + * dns/zone.py: Sanity checks of the zone's origin node can now be disabled. |
