Stuart Axon added the comment:
Catching up on the comments on this, it seems like nobody has enough certainty
to say it will work well enough.
In Linux, the scheduler is pluggable, which lets other non-default schedulers
be shipped and tried in the real world.
- See schedutil, introduced
Stuart Axon added the comment:
It would be good for consistency, yes.
--
___
Python tracker
<http://bugs.python.org/issue4972>
___
___
Python-bugs-list mailin
New submission from Stuart Axon :
I'm not sure why this is happening, but os.uname() is failing on my computer in
XP Home 32bit. Tested in the normal shell and MSys
The code in platform.py looks like it should work to me.
[C:\usr\Python26\Lib]python
Python 2.6.4 (r264:75708, Oct 26 200
Stuart Axon added the comment:
zipfile also would make a good target for a contextmanager (as noted here -
http://tarekziade.wordpress.com/2009/01/20/python-standard-lib-give-me-more-withs/
)
--
nosy: +stuaxo
___
Python tracker
<h
New submission from Stuart Axon :
os.environ doesn't escape spaces, but does backslashes and others
In the windows python interpreter I echo'd the variable 'ProgramFiles',
then in the commandprompt.
>>> from os import environ
>>> environ['ProgramFi
Stuart Axon <[EMAIL PROTECTED]> added the comment:
If you type msiexec /? it pops a window with this text in it:
Windows (R) Installer. V 3.01.4001.5512
msiexec /Option [Optional Parameter]
Install Options
Installs or configures a product
Stuart Axon <[EMAIL PROTECTED]> added the comment:
Sure, no problem - sorry for the lack of detail...
The windows installer (tested on 2.5.2) normally puts some values in
the windows registry at:
HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\
(where is the python version).
Includi
New submission from Stuart Axon <[EMAIL PROTECTED]>:
If the msi is installed with /quiet it installs to the default location,
but the registry key is not set, making it harder for other programs to
find the installation.
- in my case I had to make a batch file that installed it, then re