On 28 March 2011 22:29, Terry Reedy <[email protected]> wrote: > From what you write, it seems that mq is actually an unordered patch set, > not a queue (in the FIFO) sense. (Or do you have to commit and remove in > FIFO order?) Why the confusing mislabel, if indeed I understood correctly?
It's a queue (FIFO). Sorry if my description was misleading - I don't use mq much myself. (There are ways of reordering patches, but that's advanced use of an already-advanced feature...) Paul. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
