Staging
v0.5.1
https://github.com/python/cpython
Revision 18b0db3b53a180f18009e6415ba9f943bcd86635 authored by Guido van Rossum on 07 October 1997, 14:39:43 UTC, committed by Guido van Rossum on 07 October 1997, 14:39:43 UTC
1 parent 9faf4c5
Raw File
Tip revision: 18b0db3b53a180f18009e6415ba9f943bcd86635 authored by Guido van Rossum on 07 October 1997, 14:39:43 UTC
Set Oct 10 as the release date.
Tip revision: 18b0db3
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top