Staging
v0.8.1
Revision 7582226a92481ca63dedbfe14ef465d1349d66a9 authored by Terry Jan Reedy on 30 July 2017, 19:00:50 UTC, committed by GitHub on 30 July 2017, 19:00:50 UTC
The slightly modified tests continue to pass. The General test
broken by the switch to Notebook is fixed.
Patch mostly by Cheryl Sabella.
(cherry picked from commit 9397e2a)
1 parent c9c8532
Raw File
pyshellext.def
LIBRARY	"pyshellext"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top