Staging
v0.5.1
https://github.com/python/cpython
Revision 763b193c96bf07a83a991985028e9ef272931b2d authored by Rafael Fontenelle on 23 May 2020, 08:00:10 UTC, committed by GitHub on 23 May 2020, 08:00:10 UTC
1 parent f5c1089
Raw File
Tip revision: 763b193c96bf07a83a991985028e9ef272931b2d authored by Rafael Fontenelle on 23 May 2020, 08:00:10 UTC
Add pt-br switcher to the Documentation website (GH-20301)
Tip revision: 763b193
pyshellext.def
LIBRARY	"pyshellext"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top