Re: [Twisted-Python] Removing support for old Python 3 versions

2017-02-20 Thread Craig Rodrigues
On Mon, Feb 20, 2017 at 1:46 PM, Amber Brown wrote: > > With this rationale, I propose that the next version of Twisted (most > likely 17.3) will be the last to support Python 3.3. The question of Python > 3.4 support is something that will need further discussion (where 3.3 just > plain has the

Re: [Twisted-Python] Removing support for old Python 3 versions

2017-02-20 Thread Glyph Lefkowitz
> On Feb 20, 2017, at 2:03 PM, Donald Stufft wrote: > > >> On Feb 20, 2017, at 4:46 PM, Amber Brown > > wrote: >> >> With this rationale, I propose that the next version of Twisted (most likely >> 17.3) will be the last to support Python 3.3. >> > > > FWI

Re: [Twisted-Python] trial cant find my class, example from twisted docs

2017-02-20 Thread Glyph Lefkowitz
> On Feb 20, 2017, at 5:02 AM, steven meiers wrote: > > any idea why this does not work? Most likely you are being bitten by the recent change to not add '.' to sys.path automatically. Does `PYTHONPATH=. trial ...` run your code as expected? -g___

Re: [Twisted-Python] Removing support for old Python 3 versions

2017-02-20 Thread Donald Stufft
> On Feb 20, 2017, at 4:46 PM, Amber Brown wrote: > > With this rationale, I propose that the next version of Twisted (most likely > 17.3) will be the last to support Python 3.3. > FWIW, we’ve considered dropping support for 3.3 in pip and basically the only reason we didn’t was because it

[Twisted-Python] Removing support for old Python 3 versions

2017-02-20 Thread Amber Brown
Hi everyone! Currently, Twisted supports five Python versions. These are 2.7, 3.3, 3.4, 3.5, and now 3.6. This is more Python versions than Twisted has ever really supported in the past, and even though it is great to support a lot of runtimes, it is becoming a greater burden on Twisted to support

[Twisted-Python] trial cant find my class, example from twisted docs

2017-02-20 Thread steven meiers
hi, up to now ive only used the python unittest for my code, but now i would also like to test the twisted part. so i followed: http://twistedmatrix.com/documents/current/core/howto/trial.html but i get this error: (venv) julius@t560:~/code/python/twisted/basics$ trial calculus calculus ...  

Re: [Twisted-Python] How to restart Twisted service in-process

2017-02-20 Thread Glyph Lefkowitz
> On Feb 20, 2017, at 00:58, Роман Мещеряков > wrote: > > > Hi everyone, > > The answers are below > > -- > Kind regards, Roman Mescheryakov > > > 19.02.2017, 02:21, "Jean-Paul Calderone" >: >> On Sat, Feb 18, 2017 at 2:25 PM, Glyph Lefkowitz >

Re: [Twisted-Python] How to restart Twisted service in-process

2017-02-20 Thread Роман Мещеряков
 Hi everyone, The answers are below -- Kind regards, Roman Mescheryakov  19.02.2017, 02:21, "Jean-Paul Calderone" :On Sat, Feb 18, 2017 at 2:25 PM, Glyph Lefkowitz wrote: On Feb 2, 2017, at 1:17 AM, Роман Мещеряков wrote: Hello everyone! I wro