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 Todd.Rovito
Recipients David.Benjamin, Todd.Rovito, asvetlov, chris.jerdonek, docs@python
Date 2012-10-30.04:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351571609.8.0.527550166219.issue16278@psf.upfronthosting.co.za>
In-reply-to
Content
Over the weekend I verified the test cases are incomplete for Python 3.4.  Inside of Lib/test/test_os.py is a class FileTests that contains a single function test_rename which seems to only check to make sure that the reference count for the first argument is not mis-handeled.  Nothing exists for the use case destination is a directory as described in the original bug.  I will attempt to create suggested test cases but as I am not the most familiar with Python's unit test framework it might take me some time, I estimate as long as 11/6/2012.  If somebody comes along with more experience that can fix the bug please feel free to proceed.
History
Date User Action Args
2012-10-30 04:33:29Todd.Rovitosetrecipients: + Todd.Rovito, asvetlov, chris.jerdonek, docs@python, David.Benjamin
2012-10-30 04:33:29Todd.Rovitosetmessageid: <1351571609.8.0.527550166219.issue16278@psf.upfronthosting.co.za>
2012-10-30 04:33:29Todd.Rovitolinkissue16278 messages
2012-10-30 04:33:29Todd.Rovitocreate