Staging
v0.5.1
https://github.com/python/cpython
Revision de66b8d498e47ed9d70607ac9b9f72468241da77 authored by Miss Islington (bot) on 02 January 2019, 02:04:25 UTC, committed by Benjamin Peterson on 02 January 2019, 02:04:25 UTC
(cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737)

Co-authored-by: Suriyaa ✌️️ <isc.suriyaa@gmail.com>
1 parent be77fb7
Raw File
Tip revision: de66b8d498e47ed9d70607ac9b9f72468241da77 authored by Miss Islington (bot) on 02 January 2019, 02:04:25 UTC
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400)
Tip revision: de66b8d
pyshellext.def
LIBRARY	"pyshellext"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top