[Python-checkins] python/dist/src/Doc/lib libbsddb.tex,1.15,1.16

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Jun 24 02:04:02 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29720

Modified Files:
	libbsddb.tex 
Log Message:
move the note about the bsddb185 module above the "See also" box; that
should always go last in the relevant section's main content, but
before child sections


Index: libbsddb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbsddb.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libbsddb.tex	7 Dec 2003 13:00:23 -0000	1.15
--- libbsddb.tex	24 Jun 2004 06:03:59 -0000	1.16
***************
*** 88,95 ****
  
  
- \begin{seealso}
-   \seemodule{dbhash}{DBM-style interface to the \module{bsddb}}
- \end{seealso}
- 
  \begin{notice}
  Beginning in 2.3 some Unix versions of Python may have a \module{bsddb185}
--- 88,91 ----
***************
*** 99,102 ****
--- 95,103 ----
  \end{notice}
  
+ 
+ \begin{seealso}
+   \seemodule{dbhash}{DBM-style interface to the \module{bsddb}}
+ \end{seealso}
+ 
  \subsection{Hash, BTree and Record Objects \label{bsddb-objects}}
  




More information about the Python-checkins mailing list