Re: [Python-Dev] asyncore fixes in Python 2.6 broke Zope's version of medusa

2009-03-04 Thread Sidnei da Silva
rent fix to restore it's backwards compatibility, instead of starting a discussion about a full-blown replacement? I think that would be enough for most asyncore users (or even the couple few affected) for the moment, and then we can think about a possible future replacement. -- Sidne

Re: [Python-Dev] Implementing restricted Python in Zope2

2008-07-17 Thread Sidnei da Silva
nd 2.5--more than the "What's New" doc. """ -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Python-Dev mailing list Python-Dev@python.org http://mai

Re: [Python-Dev] Windows buildbot trick

2008-07-18 Thread Sidnei da Silva
nging with the mentioned dialog box open the > test now terminates: > > http://www.python.org/dev/buildbot/trunk/amd64%20XP%20trunk/builds/40/step-test/0 That's a great trick! I seem to remember that there is a way to turn that off globally though, but not sure where. Maybe running drwtsn

Re: [Python-Dev] Windows buildbot trick

2008-07-18 Thread Sidnei da Silva
On Fri, Jul 18, 2008 at 12:42 PM, Sidnei da Silva <[EMAIL PROTECTED]> wrote: > That's a great trick! I seem to remember that there is a way to turn > that off globally though, but not sure where. Maybe running > drwtsn32.exe and un-checking 'Visual Notification' does

Re: [Python-Dev] Matrix product

2008-07-29 Thread Sidnei da Silva
me to my mind, so I suspect it would be the most intuitive option. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.o

[Python-Dev] asyncore fixes in Python 2.6 broke Zope's version of medusa

2008-10-08 Thread Sidnei da Silva
//bugs.edge.launchpad.net/zope2/+bug/280020 I suspect a patch similar to this might be needed: http://codereview.appspot.com/744/diff/1/23 Anyone cares to comment? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Offic

Re: [Python-Dev] asyncore fixes in Python 2.6 broke Zope's version of medusa

2008-10-08 Thread Sidnei da Silva
asyncore/asynchat semantics. Trust me; it's faster, cleaner, and > easier to use now. Great to know. So medusa should be changed similarly to the changes made to asynchat? Your suggestion on the bugtracker is even better: to subclass asynchat as much as possible. -- Sidnei

[Python-Dev] PyPI Submission Failing

2008-11-18 Thread Sidnei da Silva
tever was done, it seems to have broken package uploads. [1] http://mail.python.org/pipermail/distutils-sig/2008-November/010491.html [2] http://mail.python.org/pipermail/catalog-sig/2008-November/001926.html -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +

Re: [Python-Dev] [Python-3000] 2.6.1 and 3.0

2008-11-18 Thread Sidnei da Silva
7;t change much from release to release. There's at least PyWinAuto[1], Watsup[2] and winGuiAuto[3]. [1] http://pywinauto.seleniumhq.org/ [2] http://www.tizmoi.net/watsup/intro.html [3] http://www.brunningonline.net/simon/blog/archives/winGuiAuto.py.html -- Sidnei da Silva Enfold Systems ht

Re: [Python-Dev] Redirecting warnings.showwarning to logging

2008-11-22 Thread Sidnei da Silva
y PEP 230 [1] (see: 'The Warnings Filter' section). This way, changing the behavior of how warnings are displayed (or not) is kept consistent and documented. [1] http://www.python.org/dev/peps/pep-0230/ -- Sidnei da Silva Enfold Systems http://enfoldsyste