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 austin987
Recipients austin987
Date 2010-01-06.23:11:17
SpamBayes Score 2.3807605e-05
Marked as misclassified No
Message-id <1262819479.55.0.149764939883.issue7648@psf.upfronthosting.co.za>
In-reply-to
Content
Passes fine if run from C:, but when run from any other drive, fails:

test_trivial (__main__.TrivialTests) ... ERROR

======================================================================
ERROR: test_trivial (__main__.TrivialTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Python31\lib\urllib\request.py", line 1189, in open_local_file
    stats = os.stat(localfile)
WindowsError: [Error 3] The system cannot find the path specified: '\\Python31\\
lib\\urllib\\request.py'
History
Date User Action Args
2010-01-06 23:11:19austin987setrecipients: + austin987
2010-01-06 23:11:19austin987setmessageid: <1262819479.55.0.149764939883.issue7648@psf.upfronthosting.co.za>
2010-01-06 23:11:18austin987linkissue7648 messages
2010-01-06 23:11:18austin987create