mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-05-03 05:50:09 +02:00
fc1823315b
Replaced "== None" and "!= None" with "is None" and "is not None", respectively, because the former is slower and error-prone.