email notifier question ??

2008-11-13 Thread yoma
hi guys! I want to use python send an email to acceptor.  And i hope to receive the message that the acceptor has read my email. So how to realize that get the message? -- http://mail.python.org/mailman/listinfo/python-list

Re: email notifier question ??

2008-11-13 Thread yoma
Is it really impossible to get the message receipt ?? i hope more people to help me! -- http://mail.python.org/mailman/listinfo/python-list

is it a bug in Module copy or i am wrong??

2008-11-07 Thread yoma
python version 2.5 in module copy we all know that copy have two method: copy() and deepcopy(). and the explain is - A shallow copy constructs a new compound object and then (to the extent possible) inserts *the same objects* into it that the original contains. - A deep copy constructs a new