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 rappy
Recipients rappy
Date 2012-12-21.17:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356109451.75.0.486337776247.issue16744@psf.upfronthosting.co.za>
In-reply-to
Content
In bug.py print gives

['C:\\Users\\Glenn\\Desktop', 'C:\\Windows\\system32\\python27.zip', C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages', 'C:\\Users\\Glenn\\Documents\\ua\\mosis\x07ssignment6']

What it should give is

['C:\\Users\\Glenn\\Desktop', 'C:\\Windows\\system32\\python27.zip', C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages', 'C:\\Users\\Glenn\\Documents\\ua\\mosis\assignment6']
History
Date User Action Args
2012-12-21 17:04:11rappysetrecipients: + rappy
2012-12-21 17:04:11rappysetmessageid: <1356109451.75.0.486337776247.issue16744@psf.upfronthosting.co.za>
2012-12-21 17:04:11rappylinkissue16744 messages
2012-12-21 17:04:11rappycreate