jantman / pydnstest

ABANDONED - Python tool for testing DNS changes (add, remove, rename, change records) against a staging DNS server, verifying the same changes against production, or confirming that a record returns the same result in both environments.
GNU Affero General Public License v3.0
11 stars 1 forks source link

Python3 support #1

Closed jantman closed 10 years ago

jantman commented 10 years ago

Unfortunately most of the code I wrote for this is python2 only, mostly developed and tested on 2.7.

there's a python3 port of pydns at https://pypi.python.org/pypi/py3dns, and pyparsing supports up to 3.3, so the code in this repo should be the only issue.

jantman commented 10 years ago

Latest refactor commit has tests passing on py32

jantman commented 10 years ago

Done. In master.