[Python-Dev] where did httplib.HTTPS go?
Guido van Rossum
guido@beopen.com
Sat, 08 Jul 2000 10:14:06 -0500
> Barry: Perhaps the right solution is to hard-code python-mode to
> always set indent-tabs-mode to nil, the indentation to 4, and retabify
> when it loads a file? ;) Oh, and do it again when it saves, so
> nobody can screw up their modules. ;)
That would be fine if it weren't for triple-quoted strings...
At the very least someone should run Lib/tabnanny.py on the Lib tree
and fix all complaints! There are still complaints about mailbox.py
and shlex.py.
--Guido van Rossum (home page: http://dinsdale.python.org/~guido/)