This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author makaron
Recipients
Date 2005-02-18.21:10:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python uses '#' as start of comment, generally these
lines can (should) be ignored by python compiler but ..
deprecation warnings are issued when comment contains
non ascii letters - ord(ch) not in range 0-127

can we disable it in this situation ?
History
Date User Action Args
2007-08-23 16:10:32adminlinkissue1144057 messages
2007-08-23 16:10:32admincreate