Staging
v0.5.1
https://github.com/python/cpython
Revision 05bf280d47774d2247f7cfae969d8a4768d38b4d authored by Guido van Rossum on 20 October 1994, 22:01:38 UTC, committed by Guido van Rossum on 20 October 1994, 22:01:38 UTC
1 parent e6757c2
Raw File
Tip revision: 05bf280d47774d2247f7cfae969d8a4768d38b4d authored by Guido van Rossum on 20 October 1994, 22:01:38 UTC
clarifications
Tip revision: 05bf280
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top