mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Regenerated to take advantage of support for multiple names for a single property.
This commit is contained in:
parent
9d6d2c0c97
commit
6c091c8ff2
10 changed files with 37 additions and 105 deletions
|
@ -315,8 +315,8 @@ class Standard_Suite_Events:
|
|||
if _arguments.has_key('----'):
|
||||
return _arguments['----']
|
||||
|
||||
# XXXX enum list not found!!
|
||||
# XXXX enum bool not found!!
|
||||
_Enum_list = None # XXXX enum list not found!!
|
||||
_Enum_bool = None # XXXX enum bool not found!!
|
||||
|
||||
#
|
||||
# Indices of types declared in this module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue