mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Replaced "== None" and "!= None" with "is None" and "is not None", respectively, because the former is slower and error-prone.
Replaced "== None" and "!= None" with "is None" and "is not None", respectively, because the former is slower and error-prone.