mirror of
https://github.com/python/cpython.git
synced 2025-07-27 05:04:15 +00:00
Typo: encoding -> codeset.
This commit is contained in:
parent
b12d8579e3
commit
6495c8da8f
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue