Changes between and of Initial VersionVersion 1Ticket #5421
- Timestamp:
- 12/06/11 10:06:54 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5421 – Description
initial v1 2 2 3 3 {{{ 4 #!python 4 5 #!/usr/bin/env python 5 6 … … 32 33 Here is a patch. Credit goes to exarkun in #twisted. 33 34 {{{ 35 #!diff 34 36 Index: twisted/names/dns.py 35 37 ===================================================================