mirror of https://github.com/python/cpython
Fredrik pointed out that the database shrank more than 55K
This commit is contained in:
parent
7b7e713c0d
commit
d975196d57
|
@ -416,7 +416,7 @@ and few people complain, but if passive mode is unsuitable for your
|
||||||
application or network setup, call
|
application or network setup, call
|
||||||
\method{set_pasv(0)} on FTP objects to disable passive mode.
|
\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.
|
\item The size of the Unicode character database was compressed by another 340K thanks to Fredrik Lundh.
|
||||||
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
@ -457,8 +457,8 @@ requisite changes haven't been checked into CVS yet.
|
||||||
% ======================================================================
|
% ======================================================================
|
||||||
\section{Acknowledgements}
|
\section{Acknowledgements}
|
||||||
|
|
||||||
The author would like to thank the following people for offering
|
The author would like to thank the following people for offering suggestions
|
||||||
suggestions on various drafts of this article: David Goodger, Michael
|
on various drafts of this article: David Goodger, Michael Hudson,
|
||||||
Hudson, Marc-Andr\'e Lemburg, Neil Schemenauer, Thomas Wouters.
|
Marc-Andr\'e Lemburg, Fredrik Lundh, Neil Schemenauer, Thomas Wouters.
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in New Issue