summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 09:17:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 09:17:39 (GMT)
commitacdb7c158a53d67a7c1e309023248a489cd18295 (patch)
treee7ac4b597bfc46bb130dfe8f4876e141acc645f3 /Misc
parent140fc9f501bb08c192c180ceb59d238d3a980403 (diff)
parentb2653b344e01710a99bc782a0b9e4b4d0f8eed5f (diff)
downloadcpython-acdb7c158a53d67a7c1e309023248a489cd18295.zip
cpython-acdb7c158a53d67a7c1e309023248a489cd18295.tar.gz
cpython-acdb7c158a53d67a7c1e309023248a489cd18295.tar.bz2
Issue #23098: 64-bit dev_t is now supported in the os module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fe3ff3..1c1bbb0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,8 @@ Core and Builtins
Library
-------
+- Issue #23098: 64-bit dev_t is now supported in the os module.
+
- Issue #21817: When an exception is raised in a task submitted to a
ProcessPoolExecutor, the remote traceback is now displayed in the
parent process. Patch by Claudiu Popa.