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