Is it really impossible to get the message receipt ??
i hope more people to help me!
--
http://mail.python.org/mailman/listinfo/python-list
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
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