Staging
v0.5.1
https://github.com/python/cpython
Revision 1e78ed6825701029aa45a68f9e62dd3bb8d4e928 authored by Miss Islington (bot) on 20 October 2017, 14:41:29 UTC, committed by Serhiy Storchaka on 20 October 2017, 14:41:29 UTC
and in codecs.escape_decode() when decode an escaped non-ascii byte.
(cherry picked from commit 56cb465cc93dcb35aaf7266ca3dbe2dcff1fac5f)
1 parent 9c23b17
Raw File
Tip revision: 1e78ed6825701029aa45a68f9e62dd3bb8d4e928 authored by Miss Islington (bot) on 20 October 2017, 14:41:29 UTC
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)
Tip revision: 1e78ed6
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