On Fri, Feb 17, 2006 at 12:57:16PM +0530, Kumar Appaiah wrote: > On Fri, Feb 17, 2006 at 03:42:41PM +1100, Ben Finney wrote: > > > Public domain and the GPL are mutually exclusive. Please don't write > > > this in the debian package description. Also, no need to put the > > > licence in the description. Also, the fact that it is written in > > > python is obvious from the package name, no need to stress that. > > > > And even if the package name didn't specify the programming language, > > it's still unimportant for the package description. You can use a tag, > > if you feel some users might want to know. > > Thanks for the comments. I shall repackage it, and name it harvestman, > and incorporate the necessary changes. > > Also, since the code is written in DOS mode, can I run dos2unix on the > code? Otherwise, python2.4 seems to give some warnings: I hope you mean just dos linefeeds :)
> /usr/lib/python2.4/site-packages/HarvestMan/connector.py:72: > DeprecationWarning: Non-ASCII character '\xe5' in file > /usr/lib/python2.4/site-packages/HarvestMan/strptime.py on line 81, > but no encoding declared; see http://www.python.org/peps/pep-0263.html > for details $ ascii 0xe5 ASCII 14/5 is decimal 229, hex e5, octal 345, bits 11100101: meta-e This character isn't/shouldn't be affected by dos2unix, which should only have an effect on \r=0x0d immediately preceeding \n=0x0a. You might just figure out where the character is, and I hope it isn't in the functional code.. Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]