From 1eb38e51b1e4619a4a06325a23578b0bcc2ad82d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 4 Jun 2017 20:17:46 -0700 Subject: [PATCH] Use new doc URLs --- packaging/ANNOUNCE.txt | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/packaging/ANNOUNCE.txt b/packaging/ANNOUNCE.txt index 24f60580..300dfe73 100644 --- a/packaging/ANNOUNCE.txt +++ b/packaging/ANNOUNCE.txt @@ -9,24 +9,27 @@ Announcing wxPython 4.0.0a3 ---------------------------- +=========================== https://pypi.python.org/pypi/wxPython/4.0.0a3 -Fixed a few cases where the GIL was not acquired before building tuples of -values. The problems associated with this (hangs or crashes) were sporadic and -seemingly random, and did not appear until there was a background thread that -was very busy. Running under a debug build of Python revealed the problem -almost immediately. Yay Python! +Changes +------- -Return an integer value from wx.DC.GetHandle instead of a wrapped voidptr -object, similar to how it is done for wx.Window.GetHandle. +Fixed a few cases where the GIL was not acquired before building +tuples of values. The problems associated with this (hangs or crashes) +were sporadic and seemingly random, and did not appear until there was +a background thread that was very busy. Running under a debug build of +Python revealed the problem almost immediately. Yay Python! + +Return an integer value from wx.DC.GetHandle instead of a wrapped +voidptr object, similar to how it is done for wx.Window.GetHandle. Make wx.TreeItemID hashable, with meaningful hash value and equality operators, so it can be used as a dictionary key in Py3. -Fixed crash in wx.grid.GridTable.GetAttr, and potentially other cases of -classes derived from wx.RefCounter. +Fixed crash in wx.grid.GridTable.GetAttr, and potentially other cases +of classes derived from wx.RefCounter. Add ShowPage and IsRunning methods to wx.adv.Wizard. @@ -36,17 +39,20 @@ Updated to SIP 4.19.2 Restored builders for Python 3.4 to the buildbot. -Restore the wrappers for GetPaperSize and SetPaperSize to wx.PrintData. +Restore the wrappers for GetPaperSize and SetPaperSize to +wx.PrintData. Fix crashing problem when a wx.TreeItemId was compared with None. -Fix for missing checkbox images in CheckListCtrlMixin on Linux and OSX. +Fix for missing checkbox images in CheckListCtrlMixin on Linux and +OSX. -Fix another crashing problem in propgrid, and a few other propgrid issues too. +Fix another crashing problem in propgrid, and a few other propgrid +issues too. The release version of the documentation can now be found at https://docs.wxPython.org/ The documentation created during the -snapshot builds is still located at https://wxPython.org/Phoenix/docs/html/ +snapshot builds is still located at https://wxPython.org/Phoenix/docs/html @@ -92,9 +98,9 @@ with slight, or even no modifications. In some other cases the correct way to do things was also available in Classic and it's only the wrong way that has been removed from Phoenix. For more information there is a Migration Guide document available at: -https://wxpython.org/Phoenix/docs/html/MigrationGuide.html +https://docs.wxpython.org/MigrationGuide.html The new wxPython API reference documentation, including all Python-specific additions and customizations, and docs for the wx.lib -package, is located at: -https://wxpython.org/Phoenix/docs/html/main.html +package, is located at: https://docs.wxpython.org/ +