[issue17312] test_aifc 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 rep...@bugs.python.org
http://bugs.python.org/issue17312
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17312] test_aifc doesn't clean up after itself

2013-03-01 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Similar to as I stated in issue 17315, you won't see it when using regrtest 
since regrtest creates and then deletes a temp working directory.

The file gets created and is left behind in the current working directory.  Try 
running using unittest, e.g.

./python.exe -m unittest 
test.test_aifc.AIFCLowLevelTest.test_write_aiff_by_extension

--

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



[issue17312] test_aifc doesn't clean up after itself

2013-03-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 10909360a11d by Ezio Melotti in branch 'default':
#17312: unlink a file that test_aifc was leaving around.
http://hg.python.org/cpython/rev/10909360a11d

--
nosy: +python-dev

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



[issue17312] test_aifc 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

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




[issue17312] test_aifc doesn't clean up after itself

2013-03-01 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Thanks.

--

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



[issue17312] test_aifc doesn't clean up after itself

2013-02-27 Thread Chris Jerdonek

New submission from Chris Jerdonek:

test_aifc's AIFCLowLevelTest.test_write_aiff_by_extension() leaves a test file 
behind.  I'm not sure what other versions are affected.

--
keywords: easy
messages: 183175
nosy: chris.jerdonek, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: test_aifc doesn't clean up after itself
type: behavior
versions: Python 3.4

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



[issue17312] test_aifc doesn't clean up after itself

2013-02-27 Thread Chris Jerdonek

Changes by Chris Jerdonek chris.jerdo...@gmail.com:


--
components: +Tests

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