[New-bugs-announce] [issue18420] os.rename FileNotFound complaining about dst, but it is src which is missing

Dun Peal report at bugs.python.org
Wed Jul 10 01:19:54 CEST 2013


New submission from Dun Peal:

# 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'

----------
components: Library (Lib)
messages: 192783
nosy: Dun.Peal
priority: normal
severity: normal
status: open
title: os.rename FileNotFound complaining about dst, but it is src which is missing
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18420>
_______________________________________


More information about the New-bugs-announce mailing list