Message47956
| Author |
scoder |
| Recipients |
| Date |
2005年03月14日.12:15:26 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=313935
The semantics of combining cmp and key are not specified in
the Python documentation and my last implementation differed
from the semantics of sort() and sorted() in that regard.
The new patch fixes this and does some clean up. It also
introduces a method iter_clone() that returns an independent
iterator. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:42:11 | admin | link | issue1162363 messages |
| 2007年08月23日 15:42:11 | admin | create |
|