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 <[email protected]>
<http://bugs.python.org/issue18420>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com