On Jun 9, 2014, at 9:07 AM, Christian K. <[email protected]> wrote:
> Hi,
>
> I was very pleased to see that retrieving properties of a MAPI object yields
> either a <str> or <bytes> type depending on whether the _A or _W property
> was queried …
Really? That seems strange. As I recall, the *_W APIs are “wide character”
ones. So in Python 3, they should both map to <str> type. <bytes> applies
only to non-text data.
paul
_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32