1 Jun
2008
1 Jun
'08
8:19 a.m.
Author: martin.v.loewis Date: Sun Jun 1 10:19:02 2008 New Revision: 63849 Log: Typo: encoding -> codeset. Modified: python/trunk/Python/pythonrun.c Modified: python/trunk/Python/pythonrun.c ============================================================================== --- python/trunk/Python/pythonrun.c (original) +++ python/trunk/Python/pythonrun.c Sun Jun 1 10:19:02 2008 @@ -301,7 +301,7 @@ #ifdef MS_WINDOWS if (!overridden) { icodeset = ibuf; - encoding = buf; + codeset = buf; sprintf(ibuf, "cp%d", GetConsoleCP()); sprintf(buf, "cp%d", GetConsoleOutputCP()); }
6004
Age (days ago)
6004
Last active (days ago)
0 comments
1 participants
participants (1)
-
martin.v.loewis