[Stackless-checkins] CVS: slpdev/src/2.3/dev/Doc/tut tut.tex, 1.3, 1.4

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


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

Modified Files:
	tut.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: tut.tex
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Doc/tut/tut.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tut.tex	14 Jan 2004 19:11:07 -0000	1.3
--- tut.tex	24 Apr 2004 23:29:40 -0000	1.4
***************
*** 2811,2825 ****
  set of modules found in a package.
  
- \subsection{Packages in Multiple Directories}
- 
- Packages support one more special attribute, \member{__path__}.  This
- is initialized to be a list containing the name of the directory
- holding the package's \file{__init__.py} before the code in that file
- is executed.  This variable can be modified; doing so affects future
- searches for modules and subpackages contained in the package.
- 
- While this feature is not often needed, it can be used to extend the
- set of modules found in a package.
- 
  
  
--- 2811,2814 ----


_______________________________________________
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