Message18832
| Author |
mike_j_brown |
| Recipients |
| Date |
2004年04月01日.21:13:44 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=371366
I am only guessing, here, but if you had an object that you
wanted to embed a representation of in a URL or in HTML
form data, it would be prudent to call str() on the object and
let its __str__ method give you a string representation, and
then you'd percent-encode that. This makes sense for user-
defined classes, where you can define __str__, but not for
built-in types like an ordinary list, so they give you the doseq
flag for those situations. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:17:58 | admin | link | issue833405 messages |
| 2007年08月23日 14:17:58 | admin | create |
|