]> git.pld-linux.org Git - packages/python3.git/blob - python-distro.patch
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / python-distro.patch
1 --- Python-3.3.1/Lib/platform.py~       2013-04-06 09:41:39.000000000 +0200
2 +++ Python-3.3.1/Lib/platform.py        2013-05-11 16:25:29.566791008 +0200
3 @@ -261,7 +261,7 @@
4  _supported_dists = (
5      'SuSE', 'debian', 'fedora', 'redhat', 'centos',
6      'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
7 -    'UnitedLinux', 'turbolinux', 'arch', 'mageia')
8 +    'pld', 'UnitedLinux', 'turbolinux', 'arch', 'mageia')
9  
10  def _parse_release_file(firstline):
11  
This page took 0.075638 seconds and 3 git commands to generate.