Fix GetExtWildcard to return the output arg

in a tuple with the return value, like in Classic.
This commit is contained in:
Robin Dunn
2017-11-07 13:25:57 -08:00
parent e141c95e50
commit de655e45dc
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)