[issue24670] os.chdir breaks result of os.path.abspath(__file__) and os.path.realpath(__file__)

2015-07-20 Thread Daniel al. LordBlick

Changes by Daniel al. LordBlick :


--
nosy: +serhiy.storchaka

___
Python tracker 
<http://bugs.python.org/issue24670>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24670] os.chdir breaks result of os.path.abspath(__file__) and os.path.realpath(__file__)

2015-07-20 Thread Daniel al. LordBlick

Daniel al. LordBlick added the comment:

If so, then should be internally __file__ edit by zipimport and/or os.cwd?
It's simple string in .__dict__['__file__']…
Is exist some class representing internal file? Then any cwd operation should 
be wraped by it.

--
components: +Interpreter Core

___
Python tracker 
<http://bugs.python.org/issue24670>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com