From: <fwi...@us...> - 2009-01-08 19:53:58
|
Revision: 5887 http://jython.svn.sourceforge.net/jython/?rev=5887&view=rev Author: fwierzbicki Date: 2009-01-08 19:53:52 +0000 (Thu, 08 Jan 2009) Log Message: ----------- ripped off the encoding for ast.py. Very bad thing to do but it is very early in the life of jy3k, and I need to get back to 2.5 so this will have to do. Modified Paths: -------------- branches/jy3k/Lib/ast.py Modified: branches/jy3k/Lib/ast.py =================================================================== --- branches/jy3k/Lib/ast.py 2009-01-08 19:48:42 UTC (rev 5886) +++ branches/jy3k/Lib/ast.py 2009-01-08 19:53:52 UTC (rev 5887) @@ -1,4 +1,6 @@ -# -*- coding: utf-8 -*- +#FIXME: the utf-8 encoding declaration was removed but should be put back. +# Because this is an extremely early and buggy version of 3.0 it's not +# the worst thing I could do :) """ ast ~~~ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |