Kaydet (Commit) f3676514 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add items

üst 9ec4c78a
...@@ -181,6 +181,23 @@ and Tim Peters, with other fixes from the Python Labs crew.} ...@@ -181,6 +181,23 @@ and Tim Peters, with other fixes from the Python Labs crew.}
\end{seealso} \end{seealso}
%======================================================================
\section{PEP 278: Universal Newline Support}
XXX write this section
%Highlights: import and friends will understand any of \r, \n and \r\n
%as end of line. Python file input will do the same if you use mode 'U'.
%Everything can be disabled by configuring with --without-universal-newlines.
\begin{seealso}
\seepep{278}{Universal Newline Support}{Written
and implemented by Jack Jansen.}
\end{seealso}
%====================================================================== %======================================================================
\section{PEP 285: The \class{bool} Type} \section{PEP 285: The \class{bool} Type}
...@@ -208,6 +225,9 @@ Expat is now included with the Python source ...@@ -208,6 +225,9 @@ Expat is now included with the Python source
Readline: Add get_history_item, get_current_history_length, and Readline: Add get_history_item, get_current_history_length, and
redisplay functions. redisplay functions.
Add optional arg to string methods strip(), lstrip(), rstrip().
The optional arg specifies characters to delete.
%====================================================================== %======================================================================
\section{Interpreter Changes and Fixes} \section{Interpreter Changes and Fixes}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment