[issue17315] test_posixpath doesn't clean up after itself

2013-02-27 Thread Chris Jerdonek

New submission from Chris Jerdonek:

test_posixpath leaves behind a file of the following form when running on Mac 
OS X:

lrwxr-xr-x @test_17700_tmpa -> @test_17700_tmpa/b

I'm not sure which test it is or which other versions are affected.

--
components: Tests
messages: 183178
nosy: chris.jerdonek
priority: normal
severity: normal
stage: needs patch
status: open
title: test_posixpath doesn't clean up after itself
type: behavior
versions: Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17315] test_posixpath doesn't clean up after itself

2013-03-01 Thread Ezio Melotti

Ezio Melotti added the comment:

On Linux it looks OK.  Does it always happen?  Where is the file located?

--
nosy: +ezio.melotti

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17315] test_posixpath doesn't clean up after itself

2013-03-01 Thread Chris Jerdonek

Chris Jerdonek added the comment:

The file gets created in the current working directory.  You won't see it when 
using regrtest since regrtest creates and then deletes a temp working directory.

To see it easier, try running instead:

./python.exe -m unittest test.test_posixpath

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17315] test_posixpath doesn't clean up after itself

2013-03-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset ed3ca7298055 by Ezio Melotti in branch '2.7':
#17315: unlink a file that test_posixpath was leaving around.
http://hg.python.org/cpython/rev/ed3ca7298055

New changeset c65e98ce1a05 by Ezio Melotti in branch '3.2':
#17315: unlink a file that test_posixpath was leaving around.
http://hg.python.org/cpython/rev/c65e98ce1a05

New changeset 7a2169a80f48 by Ezio Melotti in branch '3.3':
#17315: merge with 3.2.
http://hg.python.org/cpython/rev/7a2169a80f48

New changeset 7234370fc556 by Ezio Melotti in branch 'default':
#17315: merge with 3.3.
http://hg.python.org/cpython/rev/7234370fc556

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17315] test_posixpath doesn't clean up after itself

2013-03-01 Thread Ezio Melotti

Ezio Melotti added the comment:

Should be fixed now.

--
assignee:  -> ezio.melotti
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
versions: +Python 2.7, Python 3.2, Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17315] test_posixpath doesn't clean up after itself

2013-03-01 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Thanks, I confirmed the fix.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com