mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-09-05 17:30:26 +02: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.