mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
used with sys.setdlopenflags().
This commit is contained in:
parent
e0be423297
commit
8b905bd9d4
5 changed files with 54 additions and 5 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue