Re: [Twisted-Python] buildbot.twistedmatrix.com is down?

2018-01-03 Thread Glyph
> On Jan 3, 2018, at 6:12 PM, Craig Rodrigues wrote: > > Hi, > > It looks like buildbot.twistedmatrix.com > is down. > Does anyone know how to bring it back? I've rebooted it, applied security updates, rebooted, purged old kernels, rebooted again. Shoul

Re: [Twisted-Python] failUnlessFailure vs assertFailure

2018-01-03 Thread Glyph
> On Jan 3, 2018, at 1:19 PM, Craig Rodrigues wrote: > > Probably failUnlessFailure as an alias to assertFailure() was done to mimic > some of the deprecations that occurred > in the Python unittest module in Python 2.7: > https://docs.python.org/2/library/unittest.html#deprecated-aliases >

[Twisted-Python] buildbot.twistedmatrix.com is down?

2018-01-03 Thread Craig Rodrigues
Hi, It looks like buildbot.twistedmatrix.com is down. Does anyone know how to bring it back? -- Craig ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Drop support for Python 3.3

2018-01-03 Thread Craig Rodrigues
On Wed, Dec 27, 2017 at 1:02 PM, Adi Roiban wrote: > > On 18 December 2017 at 01:18, Craig Rodrigues wrote: > > I submitted this patch to drop support for Python 3.3: > > > > https://github.com/twisted/twisted/pull/943 > > > > > > 1. Python 3.3 was declared EOL on Sep. 29, 2017 > > 2. In terms

Re: [Twisted-Python] failUnlessFailure vs assertFailure

2018-01-03 Thread Craig Rodrigues
Probably failUnlessFailure as an alias to assertFailure() was done to mimic some of the deprecations that occurred in the Python unittest module in Python 2.7: https://docs.python.org/2/library/unittest.html#deprecated-aliases It would probably be a good idea to change the usage of failUnlessFailu

[Twisted-Python] failUnlessFailure vs assertFailure

2018-01-03 Thread Adi Roiban
Hi, Do you know why we still have failUnlessFailure is an alias to assertFailure? [1] It looks like pydoctor does not include aliases as I don't see failUnlessFailure in the HTML rendering http://twistedmatrix.com/documents/current/api/twisted.trial.unittest.TestCase.html Looking at the current