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
Date 2013-03-01.18:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362163036.41.0.194771741285.issue17315@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-03-01 18:37:16chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti
2013-03-01 18:37:16chris.jerdoneksetmessageid: <1362163036.41.0.194771741285.issue17315@psf.upfronthosting.co.za>
2013-03-01 18:37:16chris.jerdoneklinkissue17315 messages
2013-03-01 18:37:16chris.jerdonekcreate