diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-03-17 18:20:30 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-03-17 18:20:30 (GMT) |
commit | 7807c3545d9a6176ac0908a269481cf0eb3a60e6 (patch) | |
tree | 8e49a3331db8657c66428db1421edecfc8de617a /Misc | |
parent | eb8cee83833830630f9d7388bd09d1fcb638b1a2 (diff) | |
download | cpython-7807c3545d9a6176ac0908a269481cf0eb3a60e6.zip cpython-7807c3545d9a6176ac0908a269481cf0eb3a60e6.tar.gz cpython-7807c3545d9a6176ac0908a269481cf0eb3a60e6.tar.bz2 |
Issue #10812: Add some extra posix functions to the os module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ Core and Builtins Library ------- +- Issue #10812: Add some extra posix functions to the os module. - Issue #10979: unittest stdout buffering now works with class and module setup and teardown. |