[Python-ideas] cd statement?

Oleg Broytmann phd at phd.pp.ru
Tue Mar 10 15:58:59 CET 2009


On Tue, Mar 10, 2009 at 03:51:24PM +0100, Sturla Molden wrote:
> >> cd e:\work

   See DirChanger at http://phd.pp.ru/Software/dotfiles/init.py.html . With
it you can do

>>> cd('work')
>>> cd
/home/phd/work

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.



More information about the Python-ideas mailing list