[Python-checkins] python/dist/src/Doc/mac libmacos.tex, 1.21,
1.22 libmacui.tex, 1.21, 1.22 using.tex, 1.9,
1.10 scripting.tex, 1.2, 1.3
nnorwitz at users.sourceforge.net
nnorwitz at users.sourceforge.net
Sun Dec 14 10:02:56 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory sc8-pr-cvs1:/tmp/cvs-serv14864/Doc/mac
Modified Files:
libmacos.tex libmacui.tex using.tex scripting.tex
Log Message:
SF #859811, typo in docs
Index: libmacos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacos.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libmacos.tex 14 Dec 2003 15:01:35 -0000 1.21
--- libmacos.tex 14 Dec 2003 15:02:54 -0000 1.22
***************
*** 154,158 ****
or when the current interpreter is not running from a fullblown application
bundle. A script runs from an application bundle either when it has been
! started with \program{pythonw} in stead of \program{python} or when running
as an applet.
--- 154,158 ----
or when the current interpreter is not running from a fullblown application
bundle. A script runs from an application bundle either when it has been
! started with \program{pythonw} instead of \program{python} or when running
as an applet.
Index: libmacui.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacui.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libmacui.tex 5 Sep 2003 14:06:35 -0000 1.21
--- libmacui.tex 14 Dec 2003 15:02:54 -0000 1.22
***************
*** 136,142 ****
\var{location} is the \code{(x, y)} position on the screen where the
dialog is shown,
! \var{actionButtonLabel} is a string to show in stead of ``Open'' in the
OK button,
! \var{cancelButtonLabel} is a string to show in stead of ``Cancel'' in the
cancel button,
\var{wanted} is the type of value wanted as a return: \class{str},
--- 136,142 ----
\var{location} is the \code{(x, y)} position on the screen where the
dialog is shown,
! \var{actionButtonLabel} is a string to show instead of ``Open'' in the
OK button,
! \var{cancelButtonLabel} is a string to show instead of ``Cancel'' in the
cancel button,
\var{wanted} is the type of value wanted as a return: \class{str},
Index: using.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/using.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** using.tex 22 Jul 2003 01:09:22 -0000 1.9
--- using.tex 14 Dec 2003 15:02:54 -0000 1.10
***************
*** 87,91 ****
There is one Mac OS X quirk that you need to be aware of: programs
that talk to the Aqua window manager (in other words, anything that has a GUI)
! need to be run in a special way. Use \program{pythonw} in stead of \program{python}
to start such scripts.
--- 87,91 ----
There is one Mac OS X quirk that you need to be aware of: programs
that talk to the Aqua window manager (in other words, anything that has a GUI)
! need to be run in a special way. Use \program{pythonw} instead of \program{python}
to start such scripts.
Index: scripting.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/scripting.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** scripting.tex 13 Jun 2003 14:59:26 -0000 1.2
--- scripting.tex 14 Dec 2003 15:02:54 -0000 1.3
***************
*** 70,74 ****
current release that is as far as the object orientation goes, so
in the example above we need to use
! \code{f.get(f.window(1).name)} in stead of the more Pythonic
\code{f.window(1).name.get()}.
--- 70,74 ----
current release that is as far as the object orientation goes, so
in the example above we need to use
! \code{f.get(f.window(1).name)} instead of the more Pythonic
\code{f.window(1).name.get()}.
More information about the Python-checkins
mailing list