Staging
v0.5.1
https://github.com/python/cpython
Revision 574cfea99395e85e5458ccc4f2d65f20ee6f1b52 authored by Marc-André Lemburg on 16 August 2006, 16:11:01 UTC, committed by Marc-André Lemburg on 16 August 2006, 16:11:01 UTC
1 parent b4a0cf1
Raw File
Tip revision: 574cfea99395e85e5458ccc4f2d65f20ee6f1b52 authored by Marc-André Lemburg on 16 August 2006, 16:11:01 UTC
Add NEWS item mentioning the reverted distutils version number patch.
Tip revision: 574cfea
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top