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 zero79
Recipients r.david.murray, zero79
Date 2009-04-23.19:47:47
SpamBayes Score 7.425082e-05
Marked as misclassified No
Message-id <1240516069.66.0.704749983222.issue5822@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-23 19:47:49zero79setrecipients: + zero79, r.david.murray
2009-04-23 19:47:49zero79setmessageid: <1240516069.66.0.704749983222.issue5822@psf.upfronthosting.co.za>
2009-04-23 19:47:48zero79linkissue5822 messages
2009-04-23 19:47:47zero79create