Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e6ba2d9b
Commit
e6ba2d9b
authored
Oct 06, 2013
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
parent
4130fbe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/platform.rst
Doc/library/platform.rst
+2
-2
No files found.
Doc/library/platform.rst
View file @
e6ba2d9b
...
@@ -194,8 +194,8 @@ Windows Platform
...
@@ -194,8 +194,8 @@ Windows Platform
.. function:: win32_ver(release='', version='', csd='', ptype='')
.. function:: win32_ver(release='', version='', csd='', ptype='')
Get additional version information from the Windows Registry and return a tuple
Get additional version information from the Windows Registry and return a tuple
``(
version, csd, ptype)`` referring to version number, CSD level
``(
release, version, csd, ptype)`` referring to OS release, version number,
(service pack) and OS type (multi/single processor).
CSD level
(service pack) and OS type (multi/single processor).
As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
and ``'Multiprocessor Free'`` on multi processor machines. The *'Free'* refers
and ``'Multiprocessor Free'`` on multi processor machines. The *'Free'* refers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment