]> git.pld-linux.org Git - packages/python.git/blob - python-distro.patch
- up to 2.7.16
[packages/python.git] / python-distro.patch
1 --- Python-2.7.4.org/Lib/platform.py    2013-04-06 16:02:28.000000000 +0200
2 +++ Python-2.7.4/Lib/platform.py        2013-05-11 16:08:46.726078936 +0200
3 @@ -259,7 +259,7 @@
4  _supported_dists = (
5      'SuSE', 'debian', 'fedora', 'redhat', 'centos',
6      'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
7 -    'UnitedLinux', 'turbolinux')
8 +    'pld', 'UnitedLinux', 'turbolinux')
9  
10  def _parse_release_file(firstline):
11  
This page took 0.020271 seconds and 3 git commands to generate.