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 vstinner
Recipients ezio.melotti, flox, orsenthil, python-dev, vstinner
Date 2011-11-04.19:15:50
SpamBayes Score 0.0008496418
Marked as misclassified No
Message-id <1320434151.26.0.16659208164.issue13287@psf.upfronthosting.co.za>
In-reply-to
Content
test_urllib2.test___all__() is failing on Windows. Example:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/5498/steps/test/logs/stdio

======================================================================
FAIL: test___all__ (test.test_urllib2.TrivialTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_urllib2.py", line 32, in test___all__
    (k, module, v.__module__))
AssertionError: 'nturl2path' != 'urllib.request'
- nturl2path
+ urllib.request
 : 'pathname2url' is exposed in 'urllib.request' but defined in 'nturl2path'

----------------------------------------------------------------------
History
Date User Action Args
2011-11-04 19:15:51vstinnersetrecipients: + vstinner, orsenthil, ezio.melotti, flox, python-dev
2011-11-04 19:15:51vstinnersetmessageid: <1320434151.26.0.16659208164.issue13287@psf.upfronthosting.co.za>
2011-11-04 19:15:50vstinnerlinkissue13287 messages
2011-11-04 19:15:50vstinnercreate