#18357: Unicode Art
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.8
      Component:  user interface     |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vdelecroix/18357                 |  2b0207c21b4cade4fc1991f8b9bfbe75a5cd4d1c
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 In the present situation I just suggest
 {{{#!diff
 diff --git a/src/sage/misc/ascii_art.py b/src/sage/misc/ascii_art.py
 new file mode 100644
 index 0000000..9611f10
 --- /dev/null
 +++ b/src/sage/misc/ascii_art.py
 @@ -0,0 +1,2 @@
 +from sage.misc.lazy_import import lazy_import
 +lazy_import('sage.typeset.ascii_art', ['AsciiArt', 'ascii_art'],
 deprecation=18357)
 }}}
 It does not prevent you from any refactoring + it will still support old
 user's code.

--
Ticket URL: <http://trac.sagemath.org/ticket/18357#comment:41>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to