I worked with Zachary Ware, who maintains the buildbots for python.org.
Zachary upgraded python.org's buildbot from 0.8 to 0.9:
https://www.python.org/dev/buildbot/
buildbot 0.9 is the first release of buildbot that
can run on Python 3. The python.org buildbot master is running on Python
3.4:
Hi,
I have an important question about twisted HTTPS client-server communication.
I ran an HTTPS server with my own certs and tried to communicate with a twisted
HTTPS client with the specific cert.
I am getting an error that says: "Invalid DNS-ID".
all the error info with all my code is i
Hi,
Sorry in advance for sending this to both Twisted mailing list. i was
not sure for which was it was most appropriate.
I have a design in which I would like to have a Twisted Application
which would periodically connect to a REST Server to pull
configuration information, i.e. as client and upo