Re: [Python-Dev] Finally fix installer to add Python to %PATH% on Windows

2011-02-04 Thread Chris Withers
On 28/01/2011 19:21, Michael Foord wrote: I've helped quite a few "python newbies" on Windows who are also surprised / frustrated on learning that "python" on the command line doesn't work after installing python. Yes, I've always found it a surprising disappointment that I have to manually mu

[Python-Dev] Summary of Python tracker Issues

2011-02-04 Thread Python tracker
ACTIVITY SUMMARY (2011-01-28 - 2011-02-04) 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: open2585 (+18) closed 20314 (+52) total 22899 (+70) Open issues wit

Re: [Python-Dev] Support for async read/write

2011-02-04 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/10/10 00:58, Antoine Pitrou wrote: > It would be nice to know about the use case Jesus has in mind. I am thinking about the cases where a request come, you do some disk read in behalf of it and you reply. If the read is "slow" (if not cached, y