Added patch from Chriss Mellon that gives PyShell a custom context

menu that is better integrated with the shell environment.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-18 19:09:00 +00:00
parent 066efa7cf1
commit 53d7f318ea
2 changed files with 63 additions and 0 deletions

View File

@@ -30,6 +30,11 @@ Python file-like object can be passed where a wx.OutputStream is
expected and the data will be written to the file object
appropriately.
Added some patches from Billy B. that improve the pySketch sample.
Added patch from Chriss Mellon that gives PyShell a custom context
menu that is better integrated with the shell environment.