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 v+python
Recipients v+python
Date 2012-09-28.08:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348820000.8.0.496903200143.issue16074@psf.upfronthosting.co.za>
In-reply-to
Content
I've been using 3.3.0b1 for development, with mostly no problems, but today I was surprised and confused by an error message. It is an attempt to be an improvement over 3.2, giving the filename that os.rename cannot find... but instead, it gives the one it is renaming to.

So I quickly upgraded to 3.3.0rc3, and it contains the same error.
History
Date User Action Args
2012-09-28 08:13:20v+pythonsetrecipients: + v+python
2012-09-28 08:13:20v+pythonsetmessageid: <1348820000.8.0.496903200143.issue16074@psf.upfronthosting.co.za>
2012-09-28 08:13:18v+pythonlinkissue16074 messages
2012-09-28 08:13:18v+pythoncreate