mirror of
https://github.com/python/cpython.git
synced 2025-08-08 02:48:55 +00:00
Sigh: didn't catch all lists that needed to be sorted. Regenerated again.
This commit is contained in:
parent
00c348328b
commit
d4885f87fa
29 changed files with 2729 additions and 2729 deletions
|
@ -106,12 +106,12 @@ _compdeclarations = {
|
|||
}
|
||||
|
||||
_enumdeclarations = {
|
||||
'ipnl' : _Enum_ipnl,
|
||||
'sodr' : _Enum_sodr,
|
||||
'pple' : _Enum_pple,
|
||||
'ese0' : _Enum_ese0,
|
||||
'vwby' : _Enum_vwby,
|
||||
'isiz' : _Enum_isiz,
|
||||
'earr' : _Enum_earr,
|
||||
'ese0' : _Enum_ese0,
|
||||
'gsen' : _Enum_gsen,
|
||||
'ipnl' : _Enum_ipnl,
|
||||
'isiz' : _Enum_isiz,
|
||||
'pple' : _Enum_pple,
|
||||
'sodr' : _Enum_sodr,
|
||||
'vwby' : _Enum_vwby,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue