]> granicus.if.org Git - python/commit
Change command line processing API to use wchar_t.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 5 Apr 2008 20:41:37 +0000 (20:41 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 5 Apr 2008 20:41:37 +0000 (20:41 +0000)
commit790465fd90e8a72590386465f518db9e67ab843f
tree62e3e47f6f97120dfdfc94a87dc1a06414d95a13
parentb9279bc88f867d9d3b6606502a678b137329b54d
Change command line processing API to use wchar_t.
Fixes #2128.
21 files changed:
Doc/c-api/init.rst
Doc/c-api/sys.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Include/osdefs.h
Include/pygetopt.h
Include/pythonrun.h
Include/sysmodule.h
Misc/NEWS
Modules/_tkinter.c
Modules/getpath.c
Modules/main.c
Modules/python.c
Objects/unicodeobject.c
PC/WinMain.c
PC/getpathp.c
PC/pyconfig.h
Python/frozenmain.c
Python/getopt.c
Python/pythonrun.c
Python/sysmodule.c