]> granicus.if.org Git - python/commit
Add queues will alternative fetch orders (priority based and stack based).
authorRaymond Hettinger <python@rcn.com>
Wed, 16 Jan 2008 23:40:45 +0000 (23:40 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 16 Jan 2008 23:40:45 +0000 (23:40 +0000)
commit9e1bc982ffa454dc3002ec9cb1f01d2d0ce5f255
tree38400487761f32f60ffc4a62333da89c04208d39
parent171f3916c585e68d65421cb05461ad61ec8e1017
Add queues will alternative fetch orders (priority based and stack based).
Lib/Queue.py
Lib/test/test_queue.py