New submission from Ronald Oussoren <ronaldousso...@mac.com>: Python 3.2 introduced ntpath.samefile, but the implementation is not tested in test_ntpath.py. The same seems true of ntpath.sameopenfile.
As noted in #10684 ntpath.samefile is broken on XP, which would have been caught by unittest. I've committed a fix for that particular bug, but haven't added unittests. ---------- components: Windows keywords: easy messages: 135307 nosy: ronaldoussoren priority: low severity: normal stage: test needed status: open title: No tests for ntpath.samefile, ntpath.sameopenfile type: behavior versions: Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12018> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com