Re: [python-win32] python3 and extended mapi

2014-06-10 Thread Christian K .
Christian K. hoc.net> writes: > > Dell.com> writes: > > I would only want/expect to see “bytes” types when the values in question > are binary data streams, or > > unknown format. But anytime we’re dealing with text strings, the Python 3 > approach is that the Python > > code sees “str” type

Re: [python-win32] python3 and extended mapi

2014-06-10 Thread Christian K .
Mark Hammond gmail.com> writes: > > It would be great if you could open a bug at sourceforge... Done. ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] python3 and extended mapi

2014-06-10 Thread Christian K .
Dell.com> writes: > > > On Jun 9, 2014, at 9:40 PM, Christian K. hoc.net> wrote: > > > Am 09.06.14 16:00, schrieb Paul_Koning Dell.com: > >> > >> On Jun 9, 2014, at 2:53 PM, Christian K. hoc.net> wrote: > >> > >>> Dell.com> writes: > >>> > > > On Jun 9, 2014, at 9:07 A

Re: [python-win32] python3 and extended mapi

2014-06-10 Thread Tim Roberts
paul_kon...@dell.com wrote: > Perhaps I’m missing something. I'm not sure you're missing anything. You're simply describing another implementation choice that could have been made. Both your scheme and the actual scheme have their merits. > I’m used to Windows API calls that come in a foo_A an

Re: [python-win32] python3 and extended mapi

2014-06-10 Thread Paul_Koning
On Jun 9, 2014, at 9:40 PM, Christian K. wrote: > Am 09.06.14 16:00, schrieb paul_kon...@dell.com: >> >> On Jun 9, 2014, at 2:53 PM, Christian K. wrote: >> >>> Dell.com> writes: >>> On Jun 9, 2014, at 9:07 AM, Christian K. hoc.net> wrote: > Hi, > > I was

Re: [python-win32] python3 and extended mapi

2014-06-10 Thread Mark Hammond
It would be great if you could open a bug at sourceforge... Mark On 9/06/2014 11:07 PM, Christian K. wrote: Hi, I was very pleased to see that retrieving properties of a MAPI object yields either a or type depending on whether the _A or _W property was queried and entryids are always returne