summarylogtreecommitdiffstats
path: root/python-xdis-supports-3.6.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python-xdis-supports-3.6.5.patch')
-rw-r--r--python-xdis-supports-3.6.5.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/python-xdis-supports-3.6.5.patch b/python-xdis-supports-3.6.5.patch
deleted file mode 100644
index d66850a10303..000000000000
--- a/python-xdis-supports-3.6.5.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/xdis/magics.py
-+++ b/xdis/magics.py
-@@ -281,7 +282,7 @@ def add_canonic_versions(versions, canonic):
- '3.4.5 3.4.6 3.4.7 3.4.8', '3.4rc2')
- add_canonic_versions('3.5.0 3.5.1 3.5.2 3.5.3', '3.5')
- add_canonic_versions('3.5.3 3.5.4 3.5.5', '3.5.2')
--add_canonic_versions('3.6 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4', '3.6rc1')
-+add_canonic_versions('3.6 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5', '3.6rc1')
-
- add_canonic_versions('2.7.10pypy 2.7.13pypy', '2.7pypy')
- add_canonic_versions('2.7.3b0Jython', '2.7.1b3Jython')