Commit 5baa8af
File tree
18 files changed
+37
-19
lines changedFilter options
- Lib/test
- libregrtest
- test_future_stmt
18 files changed
+37
-19
lines changedLib/test/libregrtest/runtest.py
Copy file name to clipboardExpand all lines: Lib/test/libregrtest/runtest.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
| 235 | + |
235 | 236 |
|
236 | 237 |
|
237 | 238 |
|
|
Lib/test/test_future_stmt/__init__.py
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Lib/test/badsyntax_future10.py renamed to Lib/test/test_future_stmt/badsyntax_future10.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future3.py renamed to Lib/test/test_future_stmt/badsyntax_future3.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future4.py renamed to Lib/test/test_future_stmt/badsyntax_future4.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future5.py renamed to Lib/test/test_future_stmt/badsyntax_future5.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future6.py renamed to Lib/test/test_future_stmt/badsyntax_future6.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future7.py renamed to Lib/test/test_future_stmt/badsyntax_future7.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future8.py renamed to Lib/test/test_future_stmt/badsyntax_future8.py
Copy file name to clipboardFile renamed without changes.
Lib/test/badsyntax_future9.py renamed to Lib/test/test_future_stmt/badsyntax_future9.py
Copy file name to clipboardFile renamed without changes.
Lib/test/future_test1.py renamed to Lib/test/test_future_stmt/future_test1.py
Copy file name to clipboardFile renamed without changes.
Lib/test/future_test2.py renamed to Lib/test/test_future_stmt/future_test2.py
Copy file name to clipboardFile renamed without changes.
Lib/test/test_future.py renamed to Lib/test/test_future_stmt/test_future.py
Copy file name to clipboardExpand all lines: Lib/test/test_future_stmt/test_future.py+29-19Lines changed: 29 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
| 33 | + |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
39 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
40 | 54 |
|
41 | 55 |
|
42 | 56 |
|
43 |
| - |
| 57 | + |
44 | 58 |
|
45 | 59 |
|
46 | 60 |
|
47 | 61 |
|
48 |
| - |
| 62 | + |
49 | 63 |
|
50 | 64 |
|
51 | 65 |
|
52 | 66 |
|
53 |
| - |
| 67 | + |
54 | 68 |
|
55 | 69 |
|
56 | 70 |
|
57 | 71 |
|
58 |
| - |
| 72 | + |
59 | 73 |
|
60 | 74 |
|
61 | 75 |
|
62 | 76 |
|
63 |
| - |
| 77 | + |
64 | 78 |
|
65 | 79 |
|
66 | 80 |
|
67 | 81 |
|
68 |
| - |
| 82 | + |
69 | 83 |
|
70 | 84 |
|
71 | 85 |
|
72 | 86 |
|
73 |
| - |
| 87 | + |
74 | 88 |
|
75 | 89 |
|
76 | 90 |
|
77 | 91 |
|
78 |
| - |
| 92 | + |
79 | 93 |
|
80 | 94 |
|
81 | 95 |
|
| ||
113 | 127 |
|
114 | 128 |
|
115 | 129 |
|
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 | 130 |
|
121 | 131 |
|
122 | 132 |
|
|
Lib/test/test___future__.py renamed to Lib/test/test_future_stmt/test_future_flags.py
Copy file name to clipboardFile renamed without changes.
Lib/test/test_future5.py renamed to Lib/test/test_future_stmt/test_future_multiple_features.py
Copy file name to clipboardFile renamed without changes.
Lib/test/test_future4.py renamed to Lib/test/test_future_stmt/test_future_multiple_imports.py
Copy file name to clipboardFile renamed without changes.
Lib/test/test_future3.py renamed to Lib/test/test_future_stmt/test_future_single_import.py
Copy file name to clipboardFile renamed without changes.
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2137 | 2137 |
|
2138 | 2138 |
|
2139 | 2139 |
|
| 2140 | + |
2140 | 2141 |
|
2141 | 2142 |
|
2142 | 2143 |
|
|
0 commit comments