~ubuntu-branches/ubuntu/gutsy/python-dns/gutsy-security

« back to all changes in this revision

Viewing changes to tests/testsrv.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia, Scott Kitterman, Michael Bienia
  • Date: 2007-02-16 13:49:26 UTC
  • Revision ID: james.westby@ubuntu.com-20070216134926-f92050i6ic6aiy53
Tags: 2.3.0-5.1ubuntu2
[ Scott Kitterman ]
* Fix multiple upstream reported bugs from sourceforge
  - [ 1563723 ] lazy should initilize defaults['server']
  - [ 863364 ] Mac OS X, Win2000 DHCP, addr2bin and bin2addr.
  - [ 1180344 ] win32dns.py fails on windows server 2003
  - [ 954095 ] Bug in DNS.Lib.Unpacker.getbyte()
  - [ 658601 ] Missing "import Lib"; for TCP protocol

[ Michael Bienia ]
* debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/opt/python/bin/python1.5
2
 
 
 
1
#!/usr/bin/env python
 
2
# Sourceforge #863364
3
3
import sys ; sys.path.insert(0, '..')
4
4
 
5
5
import DNS