Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4ad7fac5
Commit
4ad7fac5
authored
Mar 01, 2005
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note various changes that need to be described
parent
3716f24a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+26
-3
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
4ad7fac5
...
...
@@ -26,8 +26,9 @@ rationale, refer to the PEP for a particular new feature.
%======================================================================
\section
{
PEP 309: Partial Function Application
}
% Large, PEP-level features and changes should be described here
.
XXX describe this PEP
.
%======================================================================
...
...
@@ -54,6 +55,8 @@ print max(L, key=len)
print max(L)
\end{verbatim}
% XXX also supported by heapq.nsmallest() and heapq.nlargest().
(Contributed by Steven Bethard and Raymond Hettinger.)
\end{itemize}
...
...
@@ -84,7 +87,23 @@ details.
\begin{itemize}
\item
Descriptions go here.
% the cPickle module no longer accepts the deprecated None option in the
% args tuple returned by __reduce__().
% csv module improvements
% datetime.datetime() now has a strptime class method which can be used to
% create datetime object using a string and format.
% itertools.islice() now accepts None for the start and step arguments.
\item
New module:
\module
{
spwd
}
provides functions for accessing the
shadow password database on systems that support it.
% XXX give example
% XXX os.stat_float_times is now True
% os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience.
\end{itemize}
...
...
@@ -137,7 +156,11 @@ changes to your code:
\begin{itemize}
\item
Everything is all in the details!
\item
Some old deprecated modules (
\module
{
statcache
}
,
\module
{
tzparse
}
,
\module
{
whrandom
}
) have been moved to
\file
{
Lib/lib-old
}
.
% XXX note how to get them back
% the pickle module no longer uses the deprecated bin parameter.
\end{itemize}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment