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
50967bde
Commit
50967bde
authored
Mar 08, 2008
by
Marc-André Lemburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new name for Mandrake: Mandriva.
parent
47a5aec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Lib/platform.py
Lib/platform.py
+4
-3
No files found.
Lib/platform.py
View file @
50967bde
...
...
@@ -240,9 +240,10 @@ _release_version = re.compile(r'([^0-9]+)'
# and http://data.linux-ntfs.org/rpm/whichrpm
# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
_supported_dists = ('
SuSE
', '
debian
', '
fedora
', '
redhat
', '
centos
',
'
mandrake
', '
rocks
', '
slackware
', '
yellowdog
',
'
gentoo
', '
UnitedLinux
', '
turbolinux
')
_supported_dists = (
'
SuSE
', '
debian
', '
fedora
', '
redhat
', '
centos
',
'
mandrake
', '
mandriva
', '
rocks
', '
slackware
', '
yellowdog
', '
gentoo
',
'
UnitedLinux
', '
turbolinux
')
def _parse_release_file(firstline):
...
...
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