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
2599a1e7
Commit
2599a1e7
authored
Sep 30, 2009
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a unicode name.
parent
2a0274dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Misc/NEWS
Misc/NEWS
+5
-5
No files found.
Misc/NEWS
View file @
2599a1e7
...
...
@@ -45,11 +45,11 @@ Core and Builtins
- Issue #4618: When unicode arguments are passed to print(), the default
separator and end should be unicode also.
- Issue #6119: Fixed a incorrect Py3k warning about order comparisons of
builtin
functions and methods.
- Issue #6119: Fixed a incorrect Py3k warning about order comparisons of
builtin
functions and methods.
- Issue #5330: C functions called with keyword arguments were not reported by
the various profiling modules (profile, cProfile). Patch by Hagen F
�
rstenau.
the various profiling modules (profile, cProfile). Patch by Hagen F
ü
rstenau.
- Issue #6089: str.format can raise SystemError with certain invalid
field specifiers.
...
...
@@ -264,8 +264,8 @@ Library
- Issue #5977: distutils build_ext.get_outputs was not taking into account the
inplace option. Initial patch by kxroberto.
- Issue #5984: distutils.command.build_ext.check_extensions_list checks were
broken
for old-style extensions.
- Issue #5984: distutils.command.build_ext.check_extensions_list checks were
broken
for old-style extensions.
- Issue #5854: Updated __all__ to include some missing names and remove some
names which should not be exported.
...
...
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