[Python-checkins] cpython (merge 3.2 -> 3.3): #17315: merge with 3.2.

ezio.melotti python-checkins at python.org
Fri Mar 1 20:01:14 CET 2013


http://hg.python.org/cpython/rev/7a2169a80f48
changeset:   82443:7a2169a80f48
branch:      3.3
parent:      82437:1920422626a5
parent:      82442:c65e98ce1a05
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Mar 01 21:00:05 2013 +0200
summary:
  #17315: merge with 3.2.

files:
  Lib/test/test_posixpath.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -423,6 +423,7 @@
             support.unlink(ABSTFN+"2")
             support.unlink(ABSTFN+"y")
             support.unlink(ABSTFN+"c")
+            support.unlink(ABSTFN+"a")
 
     @unittest.skipUnless(hasattr(os, "symlink"),
                          "Missing symlink implementation")

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list