On 23 May 2014, at 15:11, exar...@twistedmatrix.com wrote:
I was just wondering what the current status of the effort to upgrade
trac on twistedmatrix.com is.
I could hear the crickets all the way down to Madagascar.
So what *is* the status? The current state is really hardly bearable;
the
On Thu, May 29, 2014 at 03:13:01PM +0200, Hynek Schlawack wrote:
> On 23 May 2014, at 15:11, exar...@twistedmatrix.com wrote:
>
> >I was just wondering what the current status of the effort to upgrade trac
> >on twistedmatrix.com is.
>
> I could hear the crickets all the way down to Madagascar.
>
Buildbot just upgraded to Trac-1.0, and with the addition of a number
of custom plugins, we've gotten the spam situation under control.
It took a long time, but it was definitely worth it!
Dustin
On Thu, May 29, 2014 at 9:55 AM, Jonathan Ballet wrote:
> On Thu, May 29, 2014 at 03:13:01PM +0200,
On May 29, 2014, at 8:12 AM, Dustin J. Mitchell wrote:
> It took a long time, but it was definitely worth it!
Thanks for this input, Dustin. It is actually _super_ useful, for me at least,
to learn that there is in fact a light at the end of this tunnel :).
-glyph_
Hello,
i have written a script to send email by using the twisted smtplib
in which i am trying to import the ESMTPSenderFactory from
twisted.mail.smtp. but its giving the error as import error : no module
name mail.smtp. so please someone help me to get rid of this error. i am
using python
On 07:00 pm, venkteshgutte...@gmail.com wrote:
Hello,
i have written a script to send email by using the twisted
smtplib
in which i am trying to import the ESMTPSenderFactory from
twisted.mail.smtp. but its giving the error as import error : no module
name mail.smtp. so please someone h
您发的邮件收到了!
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
I have some Klein code that uses deferToThread for I/O. It looks something
like this:
@app.route('/', methods=['GET']
def index(request, *args, **kwargs):
d = deferToThread(some_blocking_db_select_function)
def serialize(db_object):
return json.dumps({
'id': db_object,