Merge pull request #894 from tianzhuqiao/py

Fix a bug in py.introspect.getTokens
(cherry picked from commit 4b43671746)
This commit is contained in:
Robin Dunn
2018-06-23 18:25:30 -07:00
parent 78c9ab4532
commit ce6f585444
2 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ Changes in this release include the following:
* Sort pages by dock_pos when added to automatic (agw.aui) notebook. (#882)
* Fix a bug in py.introspect.getTokens. (#889)