Staging
v0.5.1
https://github.com/python/cpython
Revision c7ff163abf428d73d4054754db3c99d06487e3ad authored by Berker Peksag on 03 March 2017, 15:07:18 UTC, committed by GitHub on 03 March 2017, 15:07:18 UTC
Allow developers to not have to either test on N Python versions or
looked through multiple versions of the docs to know whether they can
easily update.

(cherry picked from commit c643a967dd7d33ccefa5b61b38caf40b448057ce)
1 parent 2adc668
Raw File
Tip revision: c7ff163abf428d73d4054754db3c99d06487e3ad authored by Berker Peksag on 03 March 2017, 15:07:18 UTC
Add Python version since deprecation in base64 methods. (#33) (#429)
Tip revision: c7ff163
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