This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients kbk, marco, roger.serwy, terry.reedy
Date 2011-12-02.22:37:18
SpamBayes Score 9.911183e-05
Marked as misclassified No
Message-id <1322865438.93.0.440315365677.issue13506@psf.upfronthosting.co.za>
In-reply-to
Content
On 3.2.2, I get
>>> import sys
>>> sys.path
['C:\\Programs\\Python32\\Lib\\idlelib', 'C:\\Windows\\system32\\python32.zip', 'C:\\Programs\\Python32\\DLLs', 'C:\\Programs\\Python32\\lib', 'C:\\Programs\\Python32', 'C:\\Programs\\Python32\\lib\\site-packages', 'F:\\Python']

so I presume the fix should include 3.2 and 3.3.
History
Date User Action Args
2011-12-02 22:37:19terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, marco
2011-12-02 22:37:18terry.reedysetmessageid: <1322865438.93.0.440315365677.issue13506@psf.upfronthosting.co.za>
2011-12-02 22:37:18terry.reedylinkissue13506 messages
2011-12-02 22:37:18terry.reedycreate