Staging
v0.5.1
https://github.com/python/cpython
Revision 21255fc3932a60c064f85c0fe68f2840f390ebe4 authored by Terry Jan Reedy on 04 December 2017, 19:48:25 UTC, committed by GitHub on 04 December 2017, 19:48:25 UTC
Patches are in 3.7.0a3 even if this update is not.
1 parent 31a8393
Raw File
Tip revision: 21255fc3932a60c064f85c0fe68f2840f390ebe4 authored by Terry Jan Reedy on 04 December 2017, 19:48:25 UTC
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701)
Tip revision: 21255fc
pyshellext.idl
import "ocidl.idl";

[uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
library PyShellExtLib
{
    [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
    coclass PyShellExt
    {
        [default] interface IDropTarget;
        interface IPersistFile;
    }
};
back to top