RE: Python built email message doesn't support OutLook Express

2005-08-29 Thread Meyer, Tony
> I used below code to build email message [...] > msg.set_payload("Body of the email messagge") [...] > This code will build plain email message properly. > But after building the message. If a email user > download this mail through out look express then > this email message will display witho

RE: [path-PEP] Path inherits from basestring again

2005-07-26 Thread Meyer, Tony
>>> Do people really like using __div__ to mean join? >> >> I think the '+' is used as a join for both strings and lists, so it >> would probably be the better choice as far as consistency with the >> language is concerned. > > The issue with that is that as long as we are subclassing > strings

RE: [path-PEP] Path inherits from basestring again

2005-07-26 Thread Meyer, Tony
[using __div__ to mean join] > I think the '+' is used as a join for both strings > and lists, so it would probably be the better choice > as far as consistency with the language is concerned. +1. =Tony.Meyer -- http://mail.python.org/mailman/listinfo/python-list

RE: Are there any decent python memory profilers available?

2005-07-13 Thread Meyer, Tony
> Are there any decent python memory profilers available? As part of Google's "summer of code", Nick Smallbone (mentored by Michael Hudson and Jeremy Hylton) will be developing a Python memory profiler. I think the fact that this was a project suggestion by the PSF, and that it was accepted, i