[Python-Dev] [Python-checkins] cpython: Issue #13226: Add RTLD_xxx constants to the os module. These constants can by (original) (raw)
Petri Lehtinen petri at digip.org
Tue Oct 25 14:50:44 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: #13251: update string description in datamodel.rst.
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
victor.stinner wrote:
http://hg.python.org/cpython/rev/c75427c0da06 changeset: 73127:c75427c0da06 user: Victor Stinner <victor.stinner at haypocalc.com> date: Tue Oct 25 13:34:04 2011 +0200 summary: Issue #13226: Add RTLDxxx constants to the os module. These constants can by used with sys.setdlopenflags().
files: Doc/library/os.rst | 13 +++++++++++++ Doc/library/sys.rst | 10 +++++----- Lib/test/testposix.py | 7 +++++++ Misc/NEWS | 3 +++ Modules/posixmodule.c | 26 ++++++++++++++++++++++++++ 5 files changed, 54 insertions(+), 5 deletions(-)
[snip]
diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -341,6 +341,9 @@ Library -------
+- Issue #13226: Add RTLDxxx constants to the os module. These constants can by
Typo: s/by/be/
+ used with sys.setdlopenflags(). + - Issue #10278: Add clockgetres(), clockgettime() and CLOCKxxx constants to the time module. time.clockgettime(time.CLOCKMONOTONIC) provides a monotonic clock
Petri
- Previous message: [Python-Dev] [Python-checkins] cpython: #13251: update string description in datamodel.rst.
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]