[Python-Dev] [Python-checkins] cpython: Issue #13226: Add RTLD_xxx constants to the os module. These constants can by (original) (raw)

Victor Stinner victor.stinner at haypocalc.com
Wed Oct 26 01:43:05 CEST 2011


Le mardi 25 octobre 2011 14:50:44, Petri Lehtinen a écrit :

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/

Fixed, thanks.

Victor



More information about the Python-Dev mailing list