]> granicus.if.org Git - python/commit
Close #11619: The parser and the import machinery do not encode Unicode
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Aug 2013 20:28:21 +0000 (22:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Aug 2013 20:28:21 +0000 (22:28 +0200)
commit14e461d5b92000ec4e89182fa25ab0d5b5b31234
tree21e37d8661cbe50e7ddbedc1b35a486adc1eae87
parent33824f6fd70f89dd39fcb7ed1651e8097c57d340
Close #11619: The parser and the import machinery do not encode Unicode
filenames anymore on Windows.
22 files changed:
Doc/c-api/exceptions.rst
Doc/c-api/veryhigh.rst
Include/ast.h
Include/compile.h
Include/parsetok.h
Include/pyerrors.h
Include/pythonrun.h
Include/symtable.h
Include/warnings.h
Lib/test/test_import.py
Misc/NEWS
Modules/parsermodule.c
Modules/symtablemodule.c
Parser/parsetok.c
Python/_warnings.c
Python/ast.c
Python/bltinmodule.c
Python/compile.c
Python/errors.c
Python/future.c
Python/pythonrun.c
Python/symtable.c