[Python-checkins] r77766 - python/branches/release31-maint

eric.smith python-checkins at python.org
Wed Jan 27 01:45:36 CET 2010


Author: eric.smith
Date: Wed Jan 27 01:45:36 2010
New Revision: 77766

Log:
Blocked revisions 77765 via svnmerge

................
  r77765 | eric.smith | 2010-01-26 19:44:57 -0500 (Tue, 26 Jan 2010) | 9 lines
  
  Merged revisions 77763 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r77763 | eric.smith | 2010-01-26 19:28:29 -0500 (Tue, 26 Jan 2010) | 1 line
    
    Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list