This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, r.david.murray
Date 2013-03-01.18:43:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362163394.46.0.218196398917.issue17312@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-03-01 18:43:14chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, r.david.murray
2013-03-01 18:43:14chris.jerdoneksetmessageid: <1362163394.46.0.218196398917.issue17312@psf.upfronthosting.co.za>
2013-03-01 18:43:14chris.jerdoneklinkissue17312 messages
2013-03-01 18:43:14chris.jerdonekcreate