Merge pull request #598 from RobinD42/fix-issue594

Fix GetExtWildcard to return the output arg
This commit is contained in:
Robin Dunn
2017-11-07 19:51:28 -06:00
committed by GitHub
2 changed files with 27 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ Changes in this release include the following:
pass a value that is larger than what will fit in that type of integer then
an OverflowError exception will be raised.
* Fixed wx.richtext.RichTextBuffer.GetExtWildcard to return a tuple of 2
values, as was done in Classic. (#594)