update comment about wxWidgets assertions

(cherry picked from commit c9dd35ef5e)
This commit is contained in:
Robin Dunn
2018-07-30 15:38:55 -07:00
parent a17558cccd
commit d1a59375cb

View File

@@ -71,8 +71,9 @@ Changes in this release include the following:
wx.Choicebook.GetChoiceCtrl. (#918)
* Removed the wx.BookCtrlBase.RemovePage workaround as it was causing problems
and doesn't seem to be necessary any more. The wxWidgets assertions are catching
the out of range error just fine. (#888)
and doesn't seem to be necessary any more. The existing wxWidgets assertions
are catching the out of range error just fine, however if wxWidgets was built
without the debug helpers turned on then it could still cause a crash. (#888)
* Reverted the changes which removed the content of the wx.lib.pubsub package
and encouraged users to switch to the real PyPubSub package instead. Removing