commit | 2652d2570ea2d34fc790ef99ebd0c3c321fb86cb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jan 29 20:16:37 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 29 20:16:37 2012 -0500 |
tree | 269536e46b96c5b2ce358d366487940ddc069db4 | |
parent | e28108cbd71d75e545c7364b16ed47c1271eb36a [diff] [blame] |
ready types returned from PyType_FromSpec
diff --git a/Misc/NEWS b/Misc/NEWS index 1287d2d..40a4495 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #13908: Ready types returned from PyType_FromSpec. + - Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.