Re: [Twisted-Python] Old-class-only support in manhole

2011-03-26 Thread Glyph Lefkowitz
On Sat, Mar 26, 2011 at 2:47 PM, Facundo Batista wrote: > On Sat, Mar 26, 2011 at 3:13 PM, wrote: > > > The idea here is cool, and I think it would be nice to support it, but > > this code is pretty gross and, as far as I know, broken. I think we > > should think about getting rid of it. If we

Re: [Twisted-Python] TestCase methods names

2011-03-26 Thread Glyph Lefkowitz
Looks great. Thanks for filing those! (And even with those new tickets, -1 total open issues this week! WTG!) On Sat, Mar 26, 2011 at 3:39 PM, wrote: > On 19 Mar, 08:27 am, gl...@twistedmatrix.com wrote: > > > >On Mar 18, 2011, at 9:36 PM, exar...@twistedmatrix.com wrote: > >>>In concrete, I

[Twisted-Python] Weekly Bug Summary

2011-03-26 Thread exarkun
<<< text/html; charset=utf-8: Unrecognized >>> ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] TestCase methods names

2011-03-26 Thread exarkun
On 19 Mar, 08:27 am, gl...@twistedmatrix.com wrote: > >On Mar 18, 2011, at 9:36 PM, exar...@twistedmatrix.com wrote: >>>In concrete, I say that we should: >>> >>>- Deprecate those names that are deprecated in Python 3 (I mean, >>>still >>>provide the functionality, but with a DeprecationWarning) >

Re: [Twisted-Python] Old-class-only support in manhole

2011-03-26 Thread Facundo Batista
On Sat, Mar 26, 2011 at 3:13 PM, wrote: > The idea here is cool, and I think it would be nice to support it, but > this code is pretty gross and, as far as I know, broken.  I think we > should think about getting rid of it.  If we go that route, then you > should be able to ignore it for your Py

Re: [Twisted-Python] Old-class-only support in manhole

2011-03-26 Thread exarkun
On 25 Mar, 10:26 pm, facundobati...@gmail.com wrote: >Hello! > >Creating a test case for a change in twisted/manhole/explorer.py, I >found these lines in CRUFT_WatchyThingie.watchObject: > >if type(object) is not types.InstanceType: >raise TypeError, "Sorry, can only place a wat