Re: [Twisted-Python] Python3: should paths be bytes or str?

2014-09-10 Thread Glyph
On Sep 9, 2014, at 7:40 PM, Wolfgang Rohdewald wrote: > Am Montag, 8. September 2014, 23:01:50 schrieb Glyph: >> This implies a parallel structure might be possible for FilePath: >> if you pass its constructor bytes, you get a BytesFilePath; >> if you pass it text, you get a TextFilePath. You

Re: [Twisted-Python] a brief note about buildbots

2014-09-10 Thread Glyph
On Sep 9, 2014, at 3:56 PM, anatoly techtonik wrote: > On Wed, Sep 10, 2014 at 12:27 AM, Glyph Lefkowitz > wrote: >> Hi Twistosophists, >> >> Some of you doing reviews (you ARE all doing code reviews, right!?!?) might >> have noticed that some of the boxes on the left side of of the supported

Re: [Twisted-Python] jelly and instances

2014-09-10 Thread Glyph
On Sep 9, 2014, at 7:50 PM, Wolfgang Rohdewald wrote: > doc says: > > Instance: s is an instance of UserString.UserString, with a __dict__ > {'data': 'hello'}:: >[\"UserString.UserString\", ['dictionary', ['data', 'hello']]] > > There is no test for instances. To be precise, no test ever