Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51912

Re: Removing matching items from a list?

From Dave Angel <davea@davea.name>
Subject Re: Removing matching items from a list?
Date 2013-08-04 01:53 +0000
References <6c0bdea5-23bd-4854-8016-4bf0af3b7d0e@googlegroups.com> <ea1e47f9-23ae-4db3-9b1d-d9cac348bfb9@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.176.1375581207.1251.python-list@python.org> (permalink)

Show all headers | View raw


kevin4fong@gmail.com wrote:
     <snip>
>
> Would you also happen to know how I could set up a list that keeps track of the removed sets?
>

Let's see, i think that makes 5 times you've asked the same question,
counting the dups you apparently sent to the same person.

Instead of writing all these messages, could you perhaps actually write
some code?  Show us that you've learned something, and that you actually
tried to get the next answer?

Frame your question around one of the following scenarios:

Here's some code I wrote, and it doesn't work because:

  1) it gets an exception (show full traceback)
  2) it hangs
  3) it gets this answer:  show actual answer
      instead of what I expected:  show what you expected to get

And when you post the code, paste it into your message, don't point to
some temporary website.

And if you must use googlegroups, please edit your messages to hide the
bugs in googlegarbage.  Go into the message and tediously delete all the
stupid extra blank lines, because one person doing it is better than
1000 people seeing double-spaced nonsense.  Many people just won't see a
message sent from googlegroups because they filter them out.


-- 
DaveA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 13:12 -0700
  Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 13:16 -0700
  Re: Removing matching items from a list? woooee@gmail.com - 2013-08-03 13:27 -0700
  Re: Removing matching items from a list? Roy Smith <roy@panix.com> - 2013-08-03 17:02 -0400
  Re: Removing matching items from a list? MRAB <python@mrabarnett.plus.com> - 2013-08-03 22:06 +0100
  Re: Removing matching items from a list? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-03 22:37 +0000
    Re: Removing matching items from a list? Roy Smith <roy@panix.com> - 2013-08-03 19:06 -0400
      Re: Removing matching items from a list? Chris Angelico <rosuav@gmail.com> - 2013-08-04 00:35 +0100
      Re: Removing matching items from a list? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-04 00:25 +0000
        Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 17:33 -0700
        Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 17:34 -0700
    Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 17:23 -0700
    Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 17:29 -0700
      Re: Removing matching items from a list? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-04 00:40 +0000
    Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 17:32 -0700
  Re: Removing matching items from a list? kevin4fong@gmail.com - 2013-08-03 17:33 -0700
    Re: Removing matching items from a list? Dave Angel <davea@davea.name> - 2013-08-04 01:53 +0000

csiph-web