[ python-Feature Requests-1144057 ] future warning in commets

SourceForge.net noreply at sourceforge.net
Sun Feb 20 11:47:26 CET 2005


Feature Requests item #1144057, was opened at 2005-02-18 16:10
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1144057&group_id=5470

>Category: Parser/Compiler
>Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Grzegorz Makarewicz (makaron)
Assigned to: Nobody/Anonymous (nobody)
Summary: future warning in commets

Initial Comment:
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 ?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1144057&group_id=5470


More information about the Python-bugs-list mailing list