Staging
v0.5.1
https://github.com/python/cpython
Revision 29766b2da6303bab42d491913c0e57c77803699d authored by Guido van Rossum on 06 October 1994, 15:33:25 UTC, committed by Guido van Rossum on 06 October 1994, 15:33:25 UTC
1 parent 9fd48ab
Raw File
Tip revision: 29766b2da6303bab42d491913c0e57c77803699d authored by Guido van Rossum on 06 October 1994, 15:33:25 UTC
Add simpler __getattr__ example and document __call__
Tip revision: 29766b2
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top