#8686: gettext related bug in _ (history)
----------------------------+-----------------------------------------------
Reporter: logix | Owner: itolkov, jason
Type: defect | Status: new
Priority: minor | Milestone: sage-4.4
Component: interact | Keywords: gettext history documentation
Author: Harold Gutch | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
In versions of Sage up to 4.3.2, the following worked as expected:
{{{
>./sage
----------------------------------------------------------------------
| Sage Version 4.3.2, Release Date: 2010-02-06 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: _?
[...]
sage: _
''
sage: _
''
}}}
However, with Sage 4.3.3, it has stopped working:
{{{
----------------------------------------------------------------------
| Sage Version 4.3.3, Release Date: 2010-02-21 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: _?
[...]
sage: _
''
sage: _
<bound method NullTranslations.ugettext of <gettext.NullTranslations
instance at 0x4b1a680>>
}}}
For some things, the history works as expected, but for others it does
not. To me it appears that it is "simple" things, e.g. above, the empty
expression, or simple expressions like "3+4" where it does not work
anymore, but for more complex things (e.g. if you call a function that
returns something), "_" still does what you would expect it to do.
This bug still exists in Sage 4.3.5.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8686>
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.