5 messages in org.python.python-bugs-list[ python-Bugs-925500 ] os.py uses #' ...
FromSent OnAttachments
SourceForge.netMar 29, 2004 1:41 pm 
SourceForge.netMar 29, 2004 1:42 pm 
SourceForge.netMar 29, 2004 4:35 pm 
SourceForge.netMar 29, 2004 5:10 pm 
SourceForge.netMar 31, 2004 1:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-925500 ] os.py uses #' - undocumented magic?Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 29, 2004 4:35:31 pm
List:org.python.python-bugs-list

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: 3

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.

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