diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-25 11:34:04 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-25 11:34:04 (GMT) |
commit | 8b905bd9d40f0545e054737b8796a18366546ffc (patch) | |
tree | b2b62946432510b703420013a926d7a5155ade25 /Misc | |
parent | e0be4232971edca23438cc3d79761141f2de124f (diff) | |
download | cpython-8b905bd9d40f0545e054737b8796a18366546ffc.zip cpython-8b905bd9d40f0545e054737b8796a18366546ffc.tar.gz cpython-8b905bd9d40f0545e054737b8796a18366546ffc.tar.bz2 |
Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
used with sys.setdlopenflags().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -341,6 +341,9 @@ Core and Builtins Library ------- +- Issue #13226: Add RTLD_xxx constants to the os module. These constants can by + used with sys.setdlopenflags(). + - Issue #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic clock |