Staging
v0.5.1
https://github.com/python/cpython
Revision db2f3114b2be4f3ee81a3258a979327d539ab51a authored by Miss Islington (bot) on 03 February 2020, 12:07:19 UTC, committed by GitHub on 03 February 2020, 12:07:19 UTC
(cherry picked from commit b94737a4af96b29bd4c025724f671e7bc0f6b6f1)

Co-authored-by: James Corbett <james.h.corbett@gmail.com>
1 parent 02395fa
Raw File
Tip revision: db2f3114b2be4f3ee81a3258a979327d539ab51a authored by Miss Islington (bot) on 03 February 2020, 12:07:19 UTC
fixes typos in http.client documentation (GH-18300)
Tip revision: db2f311
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