]> granicus.if.org Git - python/commit
Issue #4213: The file system encoding is now normalized by the codec subsystem, for...
authorChristian Heimes <christian@cheimes.de>
Thu, 30 Oct 2008 21:40:04 +0000 (21:40 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 30 Oct 2008 21:40:04 +0000 (21:40 +0000)
commit5833a2f6fdc6ee58b23a02380093bf1bfb015f3c
tree18f270cc95fe584bb087cfa59db8027fbd1321cb
parent9c94ba4e7d679e7ba3cb80739275726656fd859b
Issue #4213: The file system encoding is now normalized by the codec subsystem, for example UTF-8 is turned into utf-8.
Patch created by Victor and reviewed by me. The change is required for proper initialization of subinterpreters.
Misc/NEWS
Python/pythonrun.c