mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-17 22:20:08 +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.