From: A.M. K. <aku...@us...> - 2001-10-22 14:11:11
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv12162 Modified Files: python-22.tex Log Message: Add correction from /F about SRE \filename{} should be \file{} Index: python-22.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** python-22.tex 2001/10/22 02:03:40 1.33 --- python-22.tex 2001/10/22 14:11:06 1.34 *************** *** 905,914 **** \item Various bugfixes and performance improvements have been made to the SRE engine underlying the \module{re} module. For example, ! \function{re.sub()} will now use \function{string.replace()} ! automatically when the pattern and its replacement are both just ! literal strings without regex metacharacters. Another contributed ! patch speeds up certain Unicode character ranges by a factor of ! two. (SRE is maintained by Fredrik Lundh. The BIGCHARSET patch was ! contributed by Martin von L\"owis.) \item The \module{smtplib} module now supports \rfc{2487}, ``Secure --- 905,913 ---- \item Various bugfixes and performance improvements have been made to the SRE engine underlying the \module{re} module. For example, ! the \function{re.sub()} and \function{re.split()} functions have ! been rewritten in C. Another contributed patch speeds up certain ! Unicode character ranges by a factor of two. (SRE is maintained by ! Fredrik Lundh. The BIGCHARSET patch was contributed by Martin von ! L\"owis.) \item The \module{smtplib} module now supports \rfc{2487}, ``Secure *************** *** 1044,1048 **** Most of the MacPython toolbox modules, which interface to MacOS APIs such as windowing, QuickTime, scripting, etc. have been ported to OS~X, ! but they've been left commented out in \filename{setup.py}. People who want to experiment with these modules can uncomment them manually. --- 1043,1047 ---- Most of the MacPython toolbox modules, which interface to MacOS APIs such as windowing, QuickTime, scripting, etc. have been ported to OS~X, ! but they've been left commented out in \file{setup.py}. People who want to experiment with these modules can uncomment them manually. *************** *** 1160,1166 **** The author would like to thank the following people for offering suggestions and corrections to various drafts of this article: Fred ! Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr., Carel Fellinger, Mark ! Hammond, Stephen Hansen, Jack Jansen, Marc-Andr\'e Lemburg, Tim Peters, Neil ! Schemenauer, Guido van Rossum. \end{document} --- 1159,1166 ---- The author would like to thank the following people for offering suggestions and corrections to various drafts of this article: Fred ! Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr., Carel ! Fellinger, Mark Hammond, Stephen Hansen, Jack Jansen, Marc-Andr\'e ! Lemburg, Fredrik Lundh, Tim Peters, Neil Schemenauer, Guido van ! Rossum. \end{document} |