mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Ported to Universal Header 2.0.1f (i.e. CW6)
This commit is contained in:
parent
a0e76bebd3
commit
7d0bc8343f
32 changed files with 519 additions and 490 deletions
|
|
@ -34,7 +34,8 @@ class MyScanner(Scanner):
|
|||
|
||||
def makeblacklistnames(self):
|
||||
return [
|
||||
"KeyTranslate"
|
||||
"KeyTranslate",
|
||||
"GetEventMask", # I cannot seem to find this routine...
|
||||
]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue