#8149: files with space in their names do not load properly
----------------------+-----------------------------------------------------
   Reporter:  rkirov  |       Owner:  tbd       
       Type:  defect  |      Status:  new       
   Priority:  minor   |   Milestone:  sage-4.3.2
  Component:  misc    |    Keywords:            
     Author:          |    Upstream:  N/A       
   Reviewer:          |      Merged:            
Work_issues:          |  
----------------------+-----------------------------------------------------
 Thanks to the load/attach rewrite most of the weirdness is gone. My only
 issue left is that files with space in their names somehow only work with
 the depreciated style of calling load. This behavior is the same in prompt
 and notebook.

 {{{
 sage: t=tmp_filename()+' space.py'; open(t,'w').write("print 'hello
 world'")
 sage: load t
 hello world
 sage: load(t)
 ---------------------------------------------------------------------------
 ValueError
 }}}

 I should be able to fix this soon, as probably it is a minor tweak, but if
 anyone wants to go ahead...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8149>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to