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
c3749a97
Commit
c3749a97
authored
Apr 04, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a paragraph about PEP 353; add a few more fixes
parent
ed2038b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+19
-3
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
c3749a97
...
...
@@ -694,12 +694,28 @@ in a few releases.
\begin{seealso}
\seepep
{
352
}{}{
PEP written by
\seepep
{
352
}{
Required Superclass for Exceptions
}{
PEP written by
Brett Cannon and Guido van Rossum; implemented by Brett Cannon.
}
\end{seealso}
%======================================================================
\section
{
PEP 353: Using ssize
_
t as the index type
}
A wide-ranging change to Python's C API, using a new
\ctype
{
Py
_
ssize
_
t
}
type definition instead of
\ctype
{
int
}
,
will permit the interpreter to handle more data on 64-bit platforms.
This change doesn't affect Python's capacity on 32-bit platforms.
This section will be expanded in future alpha releases.
\begin{seealso}
\seepep
{
353
}{}{
PEP written and implemented by Martin von L
\"
owis.
}
\end{seealso}
%======================================================================
\section
{
PEP 357: The '
__
index
__
' method
}
...
...
@@ -1201,7 +1217,7 @@ changes to your code:
\begin{itemize}
\item
XXX the pickle module no longer uses the deprecated bin
parameter.
\item
The
\module
{
pickle
}
module no longer uses the deprecated
\var
{
bin
}
parameter.
\end{itemize}
...
...
@@ -1211,6 +1227,6 @@ changes to your code:
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
article: .
article:
no one yet
.
\end{document}
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