[issue7863] platform module doesn't detect Windows 7

Marc-Andre Lemburg report at bugs.python.org
Wed Apr 21 23:30:16 CEST 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Brian Curtin wrote:
> 
> Brian Curtin <curtin at acm.org> added the comment:
> 
> Any thoughts on this last bit about using the registry to identify between workstation and server?

I can't comment on that since I don't know anything much
about the MS registry and the entries used for the various
versions. Isn't there some page page on MSDN that explains
these ?

I do have one nit with your patch, though: could you please
remove the inline function check_registry() and instead use
a regular if-then-else for this ?

Thanks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7863>
_______________________________________


More information about the Python-bugs-list mailing list