diff options
author | Raymond Hettinger <python@rcn.com> | 2008-01-16 23:49:35 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-01-16 23:49:35 (GMT) |
commit | 3ad2acc8575e1977cece844b17c572550503a615 (patch) | |
tree | 9b1bbd6e6d1df83fae2c3e040209efdff4f7bcd8 /Misc | |
parent | 9e1bc982ffa454dc3002ec9cb1f01d2d0ce5f255 (diff) | |
download | cpython-3ad2acc8575e1977cece844b17c572550503a615.zip cpython-3ad2acc8575e1977cece844b17c572550503a615.tar.gz cpython-3ad2acc8575e1977cece844b17c572550503a615.tar.bz2 |
Add news entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -364,6 +364,8 @@ Core and builtins 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 |