mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Fix the encoding of the modules filename. Reindent also traceback.h, just because I hate tabs :-)
This commit is contained in:
parent
870f09a7f4
commit
0fe25a445d
6 changed files with 70 additions and 57 deletions
|
|
@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
|
||||
Fix the encoding of the modules filename.
|
||||
|
||||
- Issue #9011: Remove buggy and unnecessary (in 3.x) ST->AST
|
||||
compilation code dealing with unary minus applied to a constant.
|
||||
The removed code was mutating the ST, causing a second compilation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue