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
563e4497
Commit
563e4497
authored
Jul 09, 2004
by
Anthony Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post-release fun
parent
7732ccb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
9 deletions
+45
-9
Misc/NEWS
Misc/NEWS
+45
-9
No files found.
Misc/NEWS
View file @
563e4497
...
...
@@ -4,6 +4,51 @@ Python News
(
editors
:
check
NEWS
.
help
for
information
about
editing
NEWS
using
ReST
.)
What
's New in Python 2.4 alpha 2?
=================================
*Release date: XX-XXX-2004*
Core and builtins
-----------------
- Allow string and unicode return types from .encode()/.decode()
methods on string and unicode objects. Added unicode.decode()
which was missing for no apparent reason.
- An attempt to fix the mess that is Python'
s
behaviour
with
signal
handlers
and
threads
,
complicated
by
readline
's behaviour.
It'
s
quite
possible
that
there
are
still
bugs
here
.
Extension
modules
-----------------
Library
-------
Tools
/
Demos
-----------
Build
-----
C
API
-----
New
platforms
-------------
Tests
-----
Windows
-------
Mac
---
What
's New in Python 2.4 alpha 1?
=================================
...
...
@@ -635,12 +680,6 @@ C API
the
more
complex
machinery
of
Py_BuildValue
().
PyTuple_Pack
(
3
,
a
,
b
,
c
)
is
equivalent
to
Py_BuildValue
(
"(OOO)"
,
a
,
b
,
c
).
New
platforms
-------------
Tests
-----
Windows
-------
...
...
@@ -653,9 +692,6 @@ Windows
(
modes
r
+,
rb
+,
w
+,
wb
+),
and
the
most
recent
file
operation
before
the
truncate
()
call
was
an
input
operation
.
SF
bug
801631.
Mac
----
What
's New in Python 2.3 final?
===============================
...
...
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