diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 09:17:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 09:17:39 (GMT) |
commit | acdb7c158a53d67a7c1e309023248a489cd18295 (patch) | |
tree | e7ac4b597bfc46bb130dfe8f4876e141acc645f3 /Misc | |
parent | 140fc9f501bb08c192c180ceb59d238d3a980403 (diff) | |
parent | b2653b344e01710a99bc782a0b9e4b4d0f8eed5f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |