Commit 2599a1e7 authored by Barry Warsaw's avatar Barry Warsaw

Fixed a unicode name.

parent 2a0274dd
...@@ -45,11 +45,11 @@ Core and Builtins ...@@ -45,11 +45,11 @@ Core and Builtins
- Issue #4618: When unicode arguments are passed to print(), the default - Issue #4618: When unicode arguments are passed to print(), the default
separator and end should be unicode also. separator and end should be unicode also.
- Issue #6119: Fixed a incorrect Py3k warning about order comparisons of builtin - Issue #6119: Fixed a incorrect Py3k warning about order comparisons of
functions and methods. builtin functions and methods.
- Issue #5330: C functions called with keyword arguments were not reported by - Issue #5330: C functions called with keyword arguments were not reported by
the various profiling modules (profile, cProfile). Patch by Hagen Frstenau. the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
- Issue #6089: str.format can raise SystemError with certain invalid - Issue #6089: str.format can raise SystemError with certain invalid
field specifiers. field specifiers.
...@@ -264,8 +264,8 @@ Library ...@@ -264,8 +264,8 @@ Library
- Issue #5977: distutils build_ext.get_outputs was not taking into account the - Issue #5977: distutils build_ext.get_outputs was not taking into account the
inplace option. Initial patch by kxroberto. inplace option. Initial patch by kxroberto.
- Issue #5984: distutils.command.build_ext.check_extensions_list checks were broken - Issue #5984: distutils.command.build_ext.check_extensions_list checks were
for old-style extensions. broken for old-style extensions.
- Issue #5854: Updated __all__ to include some missing names and remove some - Issue #5854: Updated __all__ to include some missing names and remove some
names which should not be exported. names which should not be exported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment