mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value.
Reviewed by Benjamin Peterson.
This commit is contained in:
parent
693fc4604f
commit
5651eaa720
2 changed files with 35 additions and 19 deletions
|
@ -12,6 +12,10 @@ What's New in Python 3.0 release candidate 1
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #3705: fix crash when given a non-ascii value on the command line for
|
||||
the "-c" and "-m" parameters. Now the behaviour is as expected under Linux,
|
||||
although under Windows it fails at a later point.
|
||||
|
||||
- Issue #3279: Importing site at interpreter was failing silently because the
|
||||
site module uses the open builtin which was not initialized at the time.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue