From: A.M. K. <aku...@us...> - 2001-01-24 00:52:39
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv8161 Modified Files: python-21.tex Log Message: Fredrik pointed out that the database shrank more than 55K Index: python-21.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-21.tex,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** python-21.tex 2001/01/23 15:21:05 1.6 --- python-21.tex 2001/01/24 00:52:56 1.7 *************** *** 417,421 **** \method{set_pasv(0)} on FTP objects to disable passive mode. ! \item The size of the Unicode character database was compressed by another 55K thanks to Fredrik Lundh. \end{itemize} --- 417,421 ---- \method{set_pasv(0)} on FTP objects to disable passive mode. ! \item The size of the Unicode character database was compressed by another 340K thanks to Fredrik Lundh. \end{itemize} *************** *** 458,464 **** \section{Acknowledgements} ! The author would like to thank the following people for offering ! suggestions on various drafts of this article: David Goodger, Michael ! Hudson, Marc-Andr\'e Lemburg, Neil Schemenauer, Thomas Wouters. \end{document} --- 458,464 ---- \section{Acknowledgements} ! The author would like to thank the following people for offering suggestions ! on various drafts of this article: David Goodger, Michael Hudson, ! Marc-Andr\'e Lemburg, Fredrik Lundh, Neil Schemenauer, Thomas Wouters. \end{document} |