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 Dun.Peal
Recipients Dun.Peal
Date 2013-07-09.23:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373411994.05.0.758918475108.issue18420@psf.upfronthosting.co.za>
In-reply-to
Content
# The following reproduction is running on Ubuntu 13.04, Python 3.3.1:

$ ls
bar
$ python3 -c "import os; os.rename('foo', 'bar')"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'bar'
History
Date User Action Args
2013-07-09 23:19:54Dun.Pealsetrecipients: + Dun.Peal
2013-07-09 23:19:54Dun.Pealsetmessageid: <1373411994.05.0.758918475108.issue18420@psf.upfronthosting.co.za>
2013-07-09 23:19:54Dun.Peallinkissue18420 messages
2013-07-09 23:19:53Dun.Pealcreate