Staging
v0.5.1
https://github.com/python/cpython
Revision d404ffa8adf252d49731fbd09b740360577274c8 authored by Miss Islington (bot) on 16 October 2018, 07:30:58 UTC, committed by Ned Deily on 20 October 2018, 04:42:13 UTC

* Add News entry for the change in multiprocessing.reduction.recvfds
made in GH-9613.
(cherry picked from commit bd036d3d15fc1310ccc32a43a3296b8c157ac221)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 4893861
Raw File
Tip revision: d404ffa8adf252d49731fbd09b740360577274c8 authored by Miss Islington (bot) on 16 October 2018, 07:30:58 UTC
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
Tip revision: d404ffa
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