Staging
v0.5.1
https://github.com/python/cpython
Revision 17f05bbc78dbcd1db308266c31370da9ec1b1d47 authored by Timo Furrer on 17 January 2019, 14:15:53 UTC, committed by Berker Peksag on 17 January 2019, 14:15:53 UTC
1 parent f1d8e7c
Raw File
Tip revision: 17f05bbc78dbcd1db308266c31370da9ec1b1d47 authored by Timo Furrer on 17 January 2019, 14:15:53 UTC
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
Tip revision: 17f05bb
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