Re: [sage-devel] preparser is affecting commands like 'cd', 'mv', etc.

2011-01-18 Thread Jeroen Demeyer
On 2011-01-18 00:00, Niles wrote: > Is the following a known bug? > > sage: cd tmp0-50/ > [Errno 2] No such file or directory: 'tmp0-Integer(50)/' In my opinion, writing such code without quotes is a bad habit anyway. Remember that you are writing Python, not a shell script. Because of this, I d

[sage-devel] preparser is affecting commands like 'cd', 'mv', etc.

2011-01-17 Thread Niles
Is the following a known bug? sage: cd tmp0-50/ [Errno 2] No such file or directory: 'tmp0-Integer(50)/' of course it works fine if I put quotes around the filename. (I'm using sage 4.6 on RHEL, but I've noticed similar problems on Mac too) -Niles -- To post to this group, send an email to sag