how to implement a queue-like container with sort function

Chris Angelico rosuav at gmail.com
Thu Nov 28 21:06:48 EST 2013


On Fri, Nov 29, 2013 at 1:04 PM, iMath <redstone-cold at 163.com> wrote:
> All in all,I want to first fill the container, then sort it and process all the contents in it

Where does the length limit come in?

By the way, a little context helps a lot with following a thread.

ChrisA



More information about the Python-list mailing list