projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12d857
)
Typo: encoding -> codeset.
author
Martin v. Löwis
<martin@v.loewis.de>
Sun, 1 Jun 2008 08:19:02 +0000
(08:19 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Sun, 1 Jun 2008 08:19:02 +0000
(08:19 +0000)
Python/pythonrun.c
patch
|
blob
|
history
diff --git
a/Python/pythonrun.c
b/Python/pythonrun.c
index aefef06f77f13b5e44b3bdd3a194e6032dbe72f9..26557caae40ba00db04427b6e0b75405da520fe3 100644
(file)
--- a/
Python/pythonrun.c
+++ b/
Python/pythonrun.c
@@
-301,7
+301,7
@@
Py_InitializeEx(int install_sigs)
#ifdef MS_WINDOWS
if (!overridden) {
icodeset = ibuf;
-
encoding
= buf;
+
codeset
= buf;
sprintf(ibuf, "cp%d", GetConsoleCP());
sprintf(buf, "cp%d", GetConsoleOutputCP());
}