mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Bug #2565: The repr() of type objects now calls them 'class',
not 'type' - whether they are builtin types or not.
This commit is contained in:
parent
5a6f4585fd
commit
250ad613f3
13 changed files with 40 additions and 43 deletions
|
|
@ -12,6 +12,9 @@ What's New in Python 3.0a5?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Bug #2565: The repr() of type objects now calls them 'class',
|
||||
not 'type' - whether they are builtin types or not.
|
||||
|
||||
- The command line processing was converted to pass Unicode strings
|
||||
through as unmodified as possible; as a consequence, the C API
|
||||
related to command line arguments was changed to use wchar_t.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue