Commit 7d311e4
committed
Add missing cmp_to_key for Py2.6 (issue PythonCharmers#189)
1 parent efe07a0 commit 7d311e4Copy full SHA for 7d311e4
5 files changed
+31-2Lines changed: 31 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- docs
- src/future
- backports
- standard_library
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
86 | 86 | |
87 | 87 | |
88 | 88 | |
89 | | - |
90 | | - |
| 89 | + |
| 90 | + |
91 | 91 | |
92 | 92 | |
93 | 93 | |
Collapse file
src/future/backports/__init__.py
Copy file name to clipboardExpand all lines: src/future/backports/__init__.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
| 25 | + |
25 | 26 | |
Collapse file
src/future/backports/misc.py
Copy file name to clipboardExpand all lines: src/future/backports/misc.py+26Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
12 | 13 | |
| 14 | + |
13 | 15 | |
14 | 16 | |
15 | 17 | |
| ||
881 | 883 | |
882 | 884 | |
883 | 885 | |
| 886 | + |
| 887 | + |
| 888 | + |
| 889 | + |
| 890 | + |
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
| 898 | + |
| 899 | + |
| 900 | + |
| 901 | + |
| 902 | + |
| 903 | + |
| 904 | + |
| 905 | + |
| 906 | + |
| 907 | + |
884 | 908 | |
885 | 909 | |
886 | 910 | |
| ||
892 | 916 | |
893 | 917 | |
894 | 918 | |
| 919 | + |
895 | 920 | |
896 | 921 | |
897 | 922 | |
| ||
900 | 925 | |
901 | 926 | |
902 | 927 | |
| 928 | + |
903 | 929 | |
904 | 930 | |
905 | 931 | |
|
Collapse file
src/future/standard_library/__init__.py
Copy file name to clipboardExpand all lines: src/future/standard_library/__init__.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
197 | 197 | |
198 | 198 | |
199 | 199 | |
| 200 | + |
200 | 201 | |
201 | 202 | |
202 | 203 | |
|
0 commit comments