Michael Gilbert <[email protected]> added the comment: ok, i see now. the list itself is changed in place, and the return value of the remove() method is always None. since i din't assign the list to a variable in the first place, there is hence no way now to access that modified list.
thanks for your help. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5822> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
