[issue6036] Clean up test_posixpath.py

2012-11-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 980b13df6ccd by Benjamin Peterson in branch '2.7': Remove redundant check for symlink. (closes #6036) http://hg.python.org/cpython/rev/980b13df6ccd -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected status:

[issue6036] Clean up test_posixpath.py

2012-11-30 Thread Bruno Dupuis
Bruno Dupuis added the comment: Mark, correct, this test doesn't exist in 3.X branches. I updated the patch for 2.7. It is trivial, so if someone may merge it, we could close this bug (please, before next SCM switch :-) ) -- nosy: +loewis Added file: http://bugs.python.org/file28170/6

[issue6036] Clean up test_posixpath.py

2012-11-30 Thread Bruno Dupuis
Changes by Bruno Dupuis : -- nosy: +bruno.dupuis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue6036] Clean up test_posixpath.py

2010-07-31 Thread Mark Lawrence
Mark Lawrence added the comment: The duplicate hasattr test still exists in 2.7 but the code has been rewritten for py3k. The shebang line is still missing but isn't used in many test files. The svn:executable property has not been set but is this needed? The OP has had finger trouble as e

[issue6036] Clean up test_posixpath.py

2009-05-16 Thread Philipp Hagemeister
Changes by Philipp Hagemeister : -- title: test_posixpath.py -> Clean up test_posixpath.py ___ Python tracker ___ ___ Python-bugs-list