Hi, victor.stinner wrote: > http://hg.python.org/cpython/rev/c75427c0da06 > changeset: 73127:c75427c0da06 > user: Victor Stinner <victor.stin...@haypocalc.com> > date: Tue Oct 25 13:34:04 2011 +0200 > summary: > Issue #13226: Add RTLD_xxx 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/test_posix.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 RTLD_xxx constants to the os module. These constants can > by Typo: s/by/be/ > + 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 Petri _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com