Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Commit04dd60e
authored
encodings registers the _alias_mbcs() codec search function beforethe search_function() codec search function. Previously, the_alias_mbcs() was never used.Fix the test_codecs.test_mbcs_alias() test: use the current ANSI codepage, not a fake ANSI code page number.Remove the test_site.test_aliasing_mbcs() test: the alias is nowimplemented in the encodings module, no longer in the site module.
1 parent3da5526 commit04dd60e
3 files changed
+15
-19
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 | 155 |
| |
159 | 156 |
| |
160 | 157 |
| |
| |||
167 | 164 |
| |
168 | 165 |
| |
169 | 166 |
| |
| 167 | + | |
170 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + |
Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1904 | 1904 |
| |
1905 | 1905 |
| |
1906 | 1906 |
| |
1907 |
| - | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
1908 | 1911 |
| |
1909 | 1912 |
| |
1910 | 1913 |
| |
| |||
3188 | 3191 |
| |
3189 | 3192 |
| |
3190 | 3193 |
| |
3191 |
| - | |
3192 |
| - | |
3193 |
| - | |
3194 |
| - | |
3195 |
| - | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
| 3200 | + | |
3196 | 3201 |
| |
3197 | 3202 |
| |
3198 | 3203 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 |
| - | |
469 | 459 |
| |
470 | 460 |
| |
471 | 461 |
| |
|
0 commit comments
Comments
(0)