Staging
v0.5.1
https://github.com/python/cpython
Revision 336cf399546f3362033f9d2b475feae050373ef8 authored by Miss Islington (bot) on 17 June 2019, 21:50:48 UTC, committed by GitHub on 17 June 2019, 21:50:48 UTC

Mainly, add a doc reference to message in pyshell.
(cherry picked from commit 8fac1221097aaf6ac37ed9ea727ee7892085e183)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 0f31a2d
Raw File
Tip revision: 336cf399546f3362033f9d2b475feae050373ef8 authored by Miss Islington (bot) on 17 June 2019, 21:50:48 UTC
bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
Tip revision: 336cf39
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