Why doesn't Python remember the initial directory?
88888 Dihedral
dihedral88888 at googlemail.com
Sun Aug 19 20:54:35 EDT 2012
On Monday, August 20, 2012 4:42:16 AM UTC+8, kj wrote:
> As far as I've been able to determine, Python does not remember
>
> (immutably, that is) the working directory at the program's start-up,
>
> or, if it does, it does not officially expose this information.
>
>
>
> Does anyone know why this is? Is there a PEP stating the rationale
>
> for it?
>
>
>
> Thanks!
Immutable data can be frozen and saved in somewhere off the main memory.
Perative and imperative programming are different.
Please check Erlang.
More information about the Python-list
mailing list