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 vajrasky
Recipients pitrou, r.david.murray, vajrasky
Date 2013-12-06.13:49:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386337757.01.0.711455039688.issue19891@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, this bug is valid. I can reproduce it in Ubuntu and Fedora.

bash-4.2$ ./python
Python 3.4.0b1 (default:7a668179d691, Dec  6 2013, 21:44:31) 
[GCC 4.7.2 20121109 (Red Hat 4.7.2-8)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
Error in atexit._run_exitfuncs:
FileNotFoundError: [Errno 2] No such file or directory
bash-4.2$ ./python -S
Python 3.4.0b1 (default:7a668179d691, Dec  6 2013, 21:44:31) 
[GCC 4.7.2 20121109 (Red Hat 4.7.2-8)] on linux
>>> 
bash-4.2$
History
Date User Action Args
2013-12-06 13:49:17vajraskysetrecipients: + vajrasky, pitrou, r.david.murray
2013-12-06 13:49:17vajraskysetmessageid: <1386337757.01.0.711455039688.issue19891@psf.upfronthosting.co.za>
2013-12-06 13:49:16vajraskylinkissue19891 messages
2013-12-06 13:49:16vajraskycreate