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 db3l
Recipients berker.peksag, cheryl.sabella, db3l, xtreak
Date 2019-05-21.21:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558475426.16.0.289912736361.issue36948@roundup.psfhosted.org>
In-reply-to
Content
Since this patch was introduced to the 3.x branch my Windows 7 and 10 buildbots have been failing in test_urlopener_retrieve_file.  See https://buildbot.python.org/all/#/builders/3/builds/2661 for the first such failure on the Win10 worker.

The problem appears to be related to those workers having an explicit TEMP folder that happens to use a lowercase drive letter, causing the test assertion to fail due to differing case in the drive letter.

While I could work around this by changing my builder TEMP definition, the test seems fragile on case-insensitive filesystems, so perhaps it should be comparing a normalized path instead?
History
Date User Action Args
2019-05-21 21:50:26db3lsetrecipients: + db3l, berker.peksag, cheryl.sabella, xtreak
2019-05-21 21:50:26db3lsetmessageid: <1558475426.16.0.289912736361.issue36948@roundup.psfhosted.org>
2019-05-21 21:50:26db3llinkissue36948 messages
2019-05-21 21:50:26db3lcreate