[Python-checkins] python/dist/src/Lib pydoc.py,1.65,1.66
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Tue, 06 Aug 2002 10:29:40 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv5109
Modified Files:
pydoc.py
Log Message:
Add a coding cookie, because of the møøse quote.
Index: pydoc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pydoc.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** pydoc.py 1 Jun 2002 19:51:15 -0000 1.65
--- pydoc.py 6 Aug 2002 17:29:38 -0000 1.66
***************
*** 1,3 ****
--- 1,4 ----
#!/usr/bin/env python
+ # -*- coding: Latin-1 -*-
"""Generate Python documentation in HTML or text for interactive use.