mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Add new name for Mandrake: Mandriva.
This commit is contained in:
parent
47a5aec836
commit
50967bdec2
1 changed files with 4 additions and 3 deletions
|
@ -240,9 +240,10 @@ _release_version = re.compile(r'([^0-9]+)'
|
||||||
# and http://data.linux-ntfs.org/rpm/whichrpm
|
# and http://data.linux-ntfs.org/rpm/whichrpm
|
||||||
# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
|
# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
|
||||||
|
|
||||||
_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
_supported_dists = (
|
||||||
'mandrake', 'rocks', 'slackware', 'yellowdog',
|
'SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
||||||
'gentoo', 'UnitedLinux', 'turbolinux')
|
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
|
||||||
|
'UnitedLinux', 'turbolinux')
|
||||||
|
|
||||||
def _parse_release_file(firstline):
|
def _parse_release_file(firstline):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue