Staging
v0.5.1
https://github.com/python/cpython
Revision fed871835ee54f50cabcec6239271739ed4839f5 authored by Miss Islington (bot) on 19 August 2018, 07:19:32 UTC, committed by Vinay Sajip on 19 August 2018, 07:19:32 UTC
(cherry picked from commit d3d3171da895d8cb880f23fae6be778f0ac23be7)
1 parent fbd0a14
Raw File
Tip revision: fed871835ee54f50cabcec6239271739ed4839f5 authored by Miss Islington (bot) on 19 August 2018, 07:19:32 UTC
bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816)
Tip revision: fed8718
genwincodecs.bat
@rem Recreate some python charmap codecs from the Windows function
@rem MultiByteToWideChar.

@cd /d %~dp0
@mkdir build
@rem Arabic DOS code page
c:\python30\python genwincodec.py 720 > build/cp720.py
back to top