Staging
v0.5.1
https://github.com/python/cpython
Revision f7b57df0c09c3a04ab27ba06eb2feb989bbb16cb authored by Raymond Hettinger on 18 March 2019, 16:53:56 UTC, committed by Miss Islington (bot) on 18 March 2019, 16:53:56 UTC


Also,  deprecate the *_field_types* attributes which duplicated the information in *\__annotations__*.


https://bugs.python.org/issue36320
1 parent 1be0d11
Raw File
Tip revision: f7b57df0c09c3a04ab27ba06eb2feb989bbb16cb authored by Raymond Hettinger on 18 March 2019, 16:53:56 UTC
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Tip revision: f7b57df
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