Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60970 > unrolled thread
| Started by | Cameron Simpson <cs@zip.com.au> |
|---|---|
| First post | 2013-12-04 10:23 +1100 |
| Last post | 2013-12-03 16:47 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: how to implement a queue-like container with sort function Cameron Simpson <cs@zip.com.au> - 2013-12-04 10:23 +1100
Re: how to implement a queue-like container with sort function iMath <redstone-cold@163.com> - 2013-12-03 16:47 -0800
| From | Cameron Simpson <cs@zip.com.au> |
|---|---|
| Date | 2013-12-04 10:23 +1100 |
| Subject | Re: how to implement a queue-like container with sort function |
| Message-ID | <mailman.3537.1386113040.18130.python-list@python.org> |
On 03Dec2013 16:34, Ned Batchelder <ned@nedbatchelder.com> wrote: > On 12/3/13 4:19 PM, Cameron Simpson wrote: > >And then I check the source:-( He actually said "I want to a fixed > >length list-like container". That still sounds like a limit to the > >number of entries. > > Sorry, I was unclear. When I said, "I don't know where the idea came > from," I should have said, "the OP said he wanted a fixed-length > contained, but I don't know why he thinks that." Me either. Unless this is a homework task: "make one of these". -- Cameron Simpson <cs@zip.com.au> It's as if all of Scottish cuisine is based on a dare. - Saturday Night Live
[toc] | [next] | [standalone]
| From | iMath <redstone-cold@163.com> |
|---|---|
| Date | 2013-12-03 16:47 -0800 |
| Message-ID | <a12ee8a3-c2c4-4117-80e9-ad5843e0d656@googlegroups.com> |
| In reply to | #60970 |
在 2013年12月4日星期三UTC+8上午7时23分49秒,Cameron Simpson写道: > On 03Dec2013 16:34, Ned Batchelder <ned@nedbatchelder.com> wrote: > > > On 12/3/13 4:19 PM, Cameron Simpson wrote: > > > >And then I check the source:-( He actually said "I want to a fixed > > > >length list-like container". That still sounds like a limit to the > > > >number of entries. > > > > > > Sorry, I was unclear. When I said, "I don't know where the idea came > > > from," I should have said, "the OP said he wanted a fixed-length > > > contained, but I don't know why he thinks that." > > > > Me either. > > > > Unless this is a homework task: "make one of these". > > -- > > Cameron Simpson <cs@zip.com.au> > > > > It's as if all of Scottish cuisine is based on a dare. - Saturday Night Live deque meets my requirement here :)
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web