diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:16:34 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-02 20:16:34 +0000 |
commit | ed63d28c085967c3d7a5345fb02fb6879ff4b9e9 (patch) | |
tree | 012a960d546cc034a99fa7d956e9772d0f4ade1f /lang/python32/files/patch-Lib-test_regrtest.py | |
parent | 1be6a8672dbbf7f743f83de84cc3c29b6df00f05 (diff) |
Remove expired lang/python32
Python 3.2 has reached it's EOL. Please update to Python 3.5
With hat: python
Notes
Notes:
svn path=/head/; revision=407843
Diffstat (limited to 'lang/python32/files/patch-Lib-test_regrtest.py')
-rw-r--r-- | lang/python32/files/patch-Lib-test_regrtest.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python32/files/patch-Lib-test_regrtest.py b/lang/python32/files/patch-Lib-test_regrtest.py deleted file mode 100644 index f3337036cefc..000000000000 --- a/lang/python32/files/patch-Lib-test_regrtest.py +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/test/regrtest.py.orig 2011-09-03 18:16:43.000000000 +0200 -+++ Lib/test/regrtest.py 2011-10-28 11:26:04.000000000 +0200 -@@ -1522,6 +1522,8 @@ - _expectations['freebsd6'] = _expectations['freebsd4'] - _expectations['freebsd7'] = _expectations['freebsd4'] - _expectations['freebsd8'] = _expectations['freebsd4'] -+_expectations['freebsd9'] = _expectations['freebsd4'] -+_expectations['freebsd10'] = _expectations['freebsd4'] - - class _ExpectedSkips: - def __init__(self): |