Message148778
| 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:19 | terry.reedy | set | recipients:
+ terry.reedy, kbk, roger.serwy, marco |
| 2011年12月02日 22:37:18 | terry.reedy | set | messageid: <1322865438.93.0.440315365677.issue13506@psf.upfronthosting.co.za> |
| 2011年12月02日 22:37:18 | terry.reedy | link | issue13506 messages |
| 2011年12月02日 22:37:18 | terry.reedy | create |
|