[Stackless-checkins] CVS: slpdev/src/2.3/dev/Doc/lib libos.tex, 1.3, 1.4 libtime.tex, 1.3, 1.4 liburllib2.tex, 1.3, 1.4 libwinreg.tex, 1.2, 1.3

Christian Tismer tismer at centera.de
Sun Apr 25 01:29:42 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Doc/lib
In directory centera.de:/tmp/cvs-serv10482/Doc/lib

Modified Files:
	libos.tex libtime.tex liburllib2.tex libwinreg.tex 
Log Message:
I did a big cleanup. Tried to reformat everything using 8-tabs,
roemoved dead code, and tried to make all Python source
file whitespace compatible with the Stackless' version.

I hope I didn't make too many mistakes...

Index: libos.tex
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Doc/lib/libos.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libos.tex	14 Jan 2004 19:11:07 -0000	1.3
--- libos.tex	24 Apr 2004 23:29:39 -0000	1.4
***************
*** 1764,1773 ****
  \end{datadesc}
  
- \begin{datadesc}{extsep}
- The character which separates the base filename from the extension;
- for example, the \character{.} in \code{os.py}.
- \versionadded{2.2}
- \end{datadesc}
- 
  \begin{datadesc}{pathsep}
  The character conventionally used by the operating system to separate
--- 1764,1767 ----

Index: libtime.tex
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Doc/lib/libtime.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libtime.tex	14 Jan 2004 19:11:07 -0000	1.3
--- libtime.tex	24 Apr 2004 23:29:39 -0000	1.4
***************
*** 308,317 ****
  \end{datadesc}
  
- \begin{datadesc}{struct_time}
- The type of the time value sequence returned by \function{gmtime()},
- \function{localtime()}, and \function{strptime()}.
- \versionadded{2.2}
- \end{datadesc}
- 
  \begin{funcdesc}{time}{}
  Return the time as a floating point number expressed in seconds since
--- 308,311 ----

Index: liburllib2.tex
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Doc/lib/liburllib2.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** liburllib2.tex	14 Jan 2004 19:11:07 -0000	1.3
--- liburllib2.tex	24 Apr 2004 23:29:39 -0000	1.4
***************
*** 461,469 ****
  \end{methoddesc}
  
- \begin{methoddesc}[HTTPRedirectHandler]{http_error_303}{req,
-                                                   fp, code, msg, hdrs}
- The same as \method{http_error_301()}, but called for the
- `see other' redirect response.
- \end{methoddesc}
  
  \subsection{ProxyHandler Objects \label{proxy-handler}}
--- 461,464 ----

Index: libwinreg.tex
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Doc/lib/libwinreg.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** libwinreg.tex	21 Aug 2003 16:59:14 -0000	1.2
--- libwinreg.tex	24 Apr 2004 23:29:39 -0000	1.3
***************
*** 26,32 ****
   The hkey argument specifies a previously opened key.
  
!  Note that if \var{hkey} is not closed using this method or the
!  \method{handle.Close()} method, it is closed when the \var{hkey} object
!  is destroyed by Python.
  \end{funcdesc}
  
--- 26,32 ----
   The hkey argument specifies a previously opened key.
  
!  Note that if \var{hkey} is not closed using this method, (or the
!  \method{handle.Close()} closed when the \var{hkey} object is 
!  destroyed by Python.
  \end{funcdesc}
  
***************
*** 388,393 ****
   underlying Windows handle value.
  
!  Handle objects can be converted to an integer (perhaps using the
!  builtin \function{int()} function), in which case the underlying
   Windows handle value is returned.  You can also use the 
   \method{Detach()} method to return the integer handle, and
--- 388,393 ----
   underlying Windows handle value.
  
!  Handle objects can be converted to an integer (eg, using the
!  builtin \function{int()} function, in which case the underlying
   Windows handle value is returned.  You can also use the 
   \method{Detach()} method to return the integer handle, and


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list