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
f1a49ac8
Commit
f1a49ac8
authored
Jan 16, 2007
by
Marc-André Lemburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add news items for the recent pybench and platform changes.
parent
6b2de62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
Misc/NEWS
Misc/NEWS
+22
-0
No files found.
Misc/NEWS
View file @
f1a49ac8
...
@@ -109,6 +109,14 @@ Core and builtins
...
@@ -109,6 +109,14 @@ Core and builtins
Library
Library
-------
-------
-
Changed
platform
module
API
python_version_tuple
()
to
actually
return
a
tuple
(
it
used
to
return
a
list
)
-
Added
new
platform
module
APIs
python_branch
(),
python_revision
(),
python_implementation
()
and
linux_distribution
()
-
Added
support
for
IronPython
and
Jython
to
the
platform
module
-
The
sets
module
has
been
deprecated
.
Use
the
built
-
in
set
/
frozenset
types
-
The
sets
module
has
been
deprecated
.
Use
the
built
-
in
set
/
frozenset
types
instead
.
instead
.
...
@@ -376,6 +384,20 @@ Tests
...
@@ -376,6 +384,20 @@ Tests
number
properly
.
number
properly
.
Tools
-----
-
Added
IronPython
and
Jython
support
to
pybench
(
part
of
which
was
patch
#
1563844
)
-
Made
some
minor
changes
to
pybench
output
to
allow
the
user
to
see
which
Python
version
is
running
pybench
-
Added
support
for
the
new
platform
module
feature
platform
.
python_implementation
();
this
will
now
be
saved
in
the
benchmark
pickle
Documentation
Documentation
-------------
-------------
...
...
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