[Python-checkins] r60011 - python/trunk/Misc/NEWS

raymond.hettinger python-checkins at python.org
Thu Jan 17 00:49:35 CET 2008


Author: raymond.hettinger
Date: Thu Jan 17 00:49:35 2008
New Revision: 60011

Modified:
   python/trunk/Misc/NEWS
Log:
Add news entry.

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jan 17 00:49:35 2008
@@ -364,6 +364,8 @@
 Library
 -------
 
+- #1837: The queue module now also supports a LIFO queue and a priority queue.
+
 - Issue #1831: ctypes now raises a TypeError if conflicting positional
   and named arguments are passed to a Structure or Union initializer.
   When too many positional arguments are passed, also a TypeError is


More information about the Python-checkins mailing list