[Python-checkins] r54653 - python/trunk/Doc/lib/compiler.tex python/trunk/Doc/lib/email.tex python/trunk/Doc/lib/libwinreg.tex

georg.brandl python-checkins at python.org
Mon Apr 2 00:47:34 CEST 2007


Author: georg.brandl
Date: Mon Apr  2 00:47:31 2007
New Revision: 54653

Modified:
   python/trunk/Doc/lib/compiler.tex
   python/trunk/Doc/lib/email.tex
   python/trunk/Doc/lib/libwinreg.tex
Log:
Some semantic fixes.


Modified: python/trunk/Doc/lib/compiler.tex
==============================================================================
--- python/trunk/Doc/lib/compiler.tex	(original)
+++ python/trunk/Doc/lib/compiler.tex	Mon Apr  2 00:47:31 2007
@@ -103,8 +103,7 @@
 construct.  The root of the tree is \class{Module} object.
 
 The abstract syntax offers a higher level interface to parsed Python
-source code.  The \ulink{\module{parser}}
-{http://www.python.org/doc/current/lib/module-parser.html}
+source code.  The \refmodule{parser}
 module and the compiler written in C for the Python interpreter use a
 concrete syntax tree.  The concrete syntax is tied closely to the
 grammar description used for the Python parser.  Instead of a single

Modified: python/trunk/Doc/lib/email.tex
==============================================================================
--- python/trunk/Doc/lib/email.tex	(original)
+++ python/trunk/Doc/lib/email.tex	Mon Apr  2 00:47:31 2007
@@ -239,7 +239,7 @@
 
 The \module{email} package was originally prototyped as a separate
 library called
-\ulink{\module{mimelib}}{http://mimelib.sf.net/}.
+\ulink{\texttt{mimelib}}{http://mimelib.sf.net/}.
 Changes have been made so that
 method names are more consistent, and some methods or modules have
 either been added or removed.  The semantics of some of the methods

Modified: python/trunk/Doc/lib/libwinreg.tex
==============================================================================
--- python/trunk/Doc/lib/libwinreg.tex	(original)
+++ python/trunk/Doc/lib/libwinreg.tex	Mon Apr  2 00:47:31 2007
@@ -151,7 +151,7 @@
  An application should only call \function{FlushKey()} if it requires absolute 
  certainty that registry changes are on disk.
  
- \emph{If you don't know whether a \function{FlushKey()} call is required, it 
+ \note{If you don't know whether a \function{FlushKey()} call is required, it 
  probably isn't.}
  
 \end{funcdesc}


More information about the Python-checkins mailing list