[ python-Bugs-925500 ] os.py uses #' - undocumented magic?

SourceForge.net noreply at sourceforge.net
Mon Mar 29 13:42:53 EST 2004


Bugs item #925500, was opened at 2004-03-29 13:41
Message generated for change (Settings changed) made by jimjjewett
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=925500&group_id=5470

Category: Python Library
>Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: os.py uses #' - undocumented magic?

Initial Comment:
os.py wraps the first section of code (determining which 
operating system and path to use) in lines containing just 

#'

(A comment start followed by a single-quote start.)

This looks like unexplained magic.  It should either be 
deleted, or commented to indicate why it is there.



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

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



More information about the Python-bugs-list mailing list