This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pedronis
Recipients
Date 2002-10-07.03:02:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
At least is a beginning. On Linux all tests and the 
modified test_descr.py pass.

A few cases in test_descr.py are commented out, 
maybe they should be adjusted, reconstructed.

For order disagreement situations: backup logic 
picking an element from the first non-empty list and 
removing it from all lists, where it appears, and just 
throwing a warning instead of an exception could be 
put where I set the exception now.

Although in the long run people should learn to use 
consistent hiearchies anyway.

PS: I was wondering how to get/reuse lst.remove(o) 
functionality from C, apart through 
PyObject_CallMethod...
History
Date User Action Args
2007-08-23 15:16:00adminlinkissue619475 messages
2007-08-23 15:16:00admincreate