when i run the code:
df = Deferred()
name = Name('version.bind')
axf = AXFRController(name,df)
dns = DNSDatagramProtocol(axf)
d = dns.query((ip,53),[Query('version.bind',TXT,CH)])
it raise the error :
Traceback (most recent call last):
File "/usr/local/lib/
On Jun 6, 2013, at 12:52 PM, Phil Mayers wrote:
> On 06/06/13 17:08, Jonathan Vanasco wrote:
>
>> the only downside to git, is that once something goes onto the
>> server... it's there for good. it's possible to rebase a repo back
>> to a specific commit , then replay without specific commits,
On 06/06/13 17:08, Jonathan Vanasco wrote:
the only downside to git, is that once something goes onto the
server... it's there for good. it's possible to rebase a repo back
to a specific commit , then replay without specific commits, and
"push -f" to overwrite the history... but if anyone updat
On Jun 4, 2013, at 2:49 AM, tds...@gmail.com wrote:
> Hi,
>
> what about Bitbucket (www.bitbucket.org) and mercurial ?
>
> Don't they provide the same features ?
>
> I'm asking because we are in Python land. ;-)
BitBucket isn't as slick as GitHub.
Mercurial isn't as well known, and the stora