[Twisted-Python] Twisted 17.1 Release Announcement

Phil Mayers p.mayers at imperial.ac.uk
Sat Feb 11 11:12:08 MST 2017


On 11/02/2017 17:28, Tristan Seligmann wrote:

> String endpoint descriptions, as used by twist/twistd among other
> things, for listening on tcp ports now require the "tcp:": that is, "80"
> is no longer accepted, you need to use "tcp:80".

In which case there's a regression in the "portforward" twistd plugin:

$ v/bin/twistd portforward
Traceback (most recent call last):
...
ValueError: Unknown endpoint type: '6666'

$ v/bin/twistd portforward -p tcp:6666 -d tcp:6665
...
ValueError: invalid literal for int() with base 10: 'tcp:6665'

:o(




More information about the Twisted-Python mailing list