File tree 2 files changed +14
-12
lines changed
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 679
679
'dopf;' : '\U0001d555 ' ,
680
680
'Dot;' : '\xa8 ' ,
681
681
'dot;' : '\u02d9 ' ,
682
- 'DotDot;' : '\u25cc \ u20dc ' ,
682
+ 'DotDot;' : '\u20dc ' ,
683
683
'doteq;' : '\u2250 ' ,
684
684
'doteqdot;' : '\u2251 ' ,
685
685
'DotEqual;' : '\u2250 ' ,
706
706
'downarrow;' : '\u2193 ' ,
707
707
'DownArrowBar;' : '\u2913 ' ,
708
708
'DownArrowUpArrow;' : '\u21f5 ' ,
709
- 'DownBreve;' : '\u25cc \ u0311 ' ,
709
+ 'DownBreve;' : '\u0311 ' ,
710
710
'downdownarrows;' : '\u21ca ' ,
711
711
'downharpoonleft;' : '\u21c3 ' ,
712
712
'downharpoonright;' : '\u21c2 ' ,
1130
1130
'Lambda;' : '\u039b ' ,
1131
1131
'lambda;' : '\u03bb ' ,
1132
1132
'Lang;' : '\u27ea ' ,
1133
- 'lang;' : '\u2329 ' ,
1133
+ 'lang;' : '\u27e8 ' ,
1134
1134
'langd;' : '\u2991 ' ,
1135
- 'langle;' : '\u2329 ' ,
1135
+ 'langle;' : '\u27e8 ' ,
1136
1136
'lap;' : '\u2a85 ' ,
1137
1137
'Laplacetrf;' : '\u2112 ' ,
1138
1138
'laquo' : '\xab ' ,
1177
1177
'ldsh;' : '\u21b2 ' ,
1178
1178
'lE;' : '\u2266 ' ,
1179
1179
'le;' : '\u2264 ' ,
1180
- 'LeftAngleBracket;' : '\u2329 ' ,
1180
+ 'LeftAngleBracket;' : '\u27e8 ' ,
1181
1181
'LeftArrow;' : '\u2190 ' ,
1182
1182
'Leftarrow;' : '\u21d0 ' ,
1183
1183
'leftarrow;' : '\u2190 ' ,
1427
1427
'nesim;' : '\u2242 \u0338 ' ,
1428
1428
'NestedGreaterGreater;' : '\u226b ' ,
1429
1429
'NestedLessLess;' : '\u226a ' ,
1430
- 'NewLine;' : '\u240a ' ,
1430
+ 'NewLine;' : '\n ' ,
1431
1431
'nexist;' : '\u2204 ' ,
1432
1432
'nexists;' : '\u2204 ' ,
1433
1433
'Nfr;' : '\U0001d511 ' ,
1826
1826
'radic;' : '\u221a ' ,
1827
1827
'raemptyv;' : '\u29b3 ' ,
1828
1828
'Rang;' : '\u27eb ' ,
1829
- 'rang;' : '\u232a ' ,
1829
+ 'rang;' : '\u27e9 ' ,
1830
1830
'rangd;' : '\u2992 ' ,
1831
1831
'range;' : '\u29a5 ' ,
1832
- 'rangle;' : '\u232a ' ,
1832
+ 'rangle;' : '\u27e9 ' ,
1833
1833
'raquo' : '\xbb ' ,
1834
1834
'raquo;' : '\xbb ' ,
1835
1835
'Rarr;' : '\u21a0 ' ,
1897
1897
'Rho;' : '\u03a1 ' ,
1898
1898
'rho;' : '\u03c1 ' ,
1899
1899
'rhov;' : '\u03f1 ' ,
1900
- 'RightAngleBracket;' : '\u232a ' ,
1900
+ 'RightAngleBracket;' : '\u27e9 ' ,
1901
1901
'RightArrow;' : '\u2192 ' ,
1902
1902
'Rightarrow;' : '\u21d2 ' ,
1903
1903
'rightarrow;' : '\u2192 ' ,
2166
2166
'swnwar;' : '\u292a ' ,
2167
2167
'szlig' : '\xdf ' ,
2168
2168
'szlig;' : '\xdf ' ,
2169
- 'Tab;' : '\u2409 ' ,
2169
+ 'Tab;' : '\t ' ,
2170
2170
'target;' : '\u2316 ' ,
2171
2171
'Tau;' : '\u03a4 ' ,
2172
2172
'tau;' : '\u03c4 ' ,
2177
2177
'tcedil;' : '\u0163 ' ,
2178
2178
'Tcy;' : '\u0422 ' ,
2179
2179
'tcy;' : '\u0442 ' ,
2180
- 'tdot;' : '\u25cc \ u20db ' ,
2180
+ 'tdot;' : '\u20db ' ,
2181
2181
'telrec;' : '\u2315 ' ,
2182
2182
'Tfr;' : '\U0001d517 ' ,
2183
2183
'tfr;' : '\U0001d531 ' ,
2231
2231
'tridot;' : '\u25ec ' ,
2232
2232
'trie;' : '\u225c ' ,
2233
2233
'triminus;' : '\u2a3a ' ,
2234
- 'TripleDot;' : '\u25cc \ u20db ' ,
2234
+ 'TripleDot;' : '\u20db ' ,
2235
2235
'triplus;' : '\u2a39 ' ,
2236
2236
'trisb;' : '\u29cd ' ,
2237
2237
'tritime;' : '\u2a3b ' ,
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ Core and Builtins
46
46
Library
47
47
-------
48
48
49
+ - Issue #16245: Fix the value of a few entities in html.entities.html5.
50
+
49
51
- Issue #14398: Fix size truncation and overflow bugs in the bz2 module.
50
52
51
53
- Issue #16220: wsgiref now always calls close() on an iterable response.
You can’t perform that action at this time.
0 commit comments