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 5:10:07 pm
List:org.python.python-bugs-list

Bugs item #925500, was opened at 2004-03-29 20:41 Message generated for change (Comment added) made by loewis 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: Skip Montanaro (montanaro)

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.

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

Comment By: Martin v. L?wis (loewis)

Date: 2004-03-30 00:09

Message: Logged In: YES user_id=21627

Assigning to Skip, who added these in os.py 1.41, with a check-in message of

added several more __all__ lists

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