[Python-Dev] Summary of Python tracker Issues

2013-03-15 Thread Python tracker
ACTIVITY SUMMARY (2013-03-08 - 2013-03-15) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open3888 ( -7) closed 25316 (+51) total 29204 (+44) Open issues wit

Re: [Python-Dev] Slides from today's parallel/async Python talk

2013-03-15 Thread Martin v. Löwis
Am 15.03.13 00:19, schrieb Antoine Pitrou: Does Microsoft change their recommendations every couple of years? :) Indeed they do. In fact, it's not really the recommendation that changes, but APIs that are added to new Windows releases. In the specific case, Windows 8 adds an API called "Regis

Re: [Python-Dev] Slides from today's parallel/async Python talk

2013-03-15 Thread Antoine Pitrou
On Thu, 14 Mar 2013 16:21:14 -0700 Trent Nelson wrote: > > Actually, what's really interesting is the new registered IO > facilities in Windows 8/2012. The Microsoft recommendation for > achieving the ultimate performance (least amount of jitter, lowest > latency, highest through

Re: [Python-Dev] Matching __all__ to doc: bugfix or enhancement?

2013-03-15 Thread Terry Reedy
On 3/15/2013 12:15 AM, Guido van Rossum wrote: So it's a new feature, albeit a small one. I do see that it shouldn't be backported, but I don't see any worries about doing it in 3.4. Adding new functions/classes/constants to modules happens all the time, and we never give a second thought to user