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.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/

Fixed, thanks.

Victor
_______________________________________________
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

Reply via email to