mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
{Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them.
This commit is contained in:
parent
3685a4328d
commit
82bcbd04fd
2 changed files with 5 additions and 36 deletions
|
@ -36,6 +36,11 @@ class MyScanner(Scanner):
|
|||
"AntiTextSetEnabled",
|
||||
"AntiTextGetApplicationAware",
|
||||
"AntiTextSetApplicationAware",
|
||||
# These are tricky: they're not Carbon dependent or anything, but they
|
||||
# exist only on 8.6 or later (both in Carbon and Classic).
|
||||
# Disabling them is the easiest path.
|
||||
'SetAntiAliasedTextEnabled',
|
||||
'IsAntiAliasedTextEnabled',
|
||||
]
|
||||
|
||||
def makegreylist(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue