#9788: The coordinates appearing in the output of variety(L) should be easier to
access
-------------------------------------+-------------------------------------
       Reporter:  mmezzarobba        |        Owner:  malb
           Type:  enhancement        |       Status:  needs_info
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  commutative        |   Resolution:
  algebra                            |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Martin von Gagern  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  f39fdd3854f34eb81040771124217cc8abf673cb
  u/mmezzarobba/9788-key_converting_dict|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by mmezzarobba):

 * status:  needs_review => needs_info
 * commit:  5a3e403f79a0aed40f3d50beaf6fe74e3379f243 =>
     f39fdd3854f34eb81040771124217cc8abf673cb
 * branch:  u/gagern/ticket/9788 => u/mmezzarobba/9788-key_converting_dict


Comment:

 Rebased to fix minor conflicts.

 Just one question: what is `_no_default_provided` for? Wouldn't it be
 enough to do
 {{{
 return super(KeyConvertingDict, self).pop(key, *args)
 }}}
 in `KeyConvertingDict.pop()`?

 Looks good to me otherwise.
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=a7b8219c878e57afdc9e235a98a5a70586e135ec
 a7b8219]||{{{Add KeyConvertingDict and use it for the result of
 variety().}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=fe98a96330f6d03c256bb30e004dfca1e885e4df
 fe98a96]||{{{Document KeyConvertingDict constructor data argument.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=ff21a956f3e4408091a8349847baeb1ad51c1cb6
 ff21a95]||{{{Move KeyConvertingDict from sage.structure to sage.misc.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=7832b4a0ce30eb51a6a18f701bbf6a32a70d1ecc
 7832b4a]||{{{Fix docstring formatting and add doctest for
 KeyConvertingDict.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=04f02c9c7309e418f64b48ad608f05e38e2edc64
 04f02c9]||{{{Use KeyConvertingDict for BooleanPolynomialIdeal.variety as
 well.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=b62b3da4f4c30e2307ee2cd7aa1f7c4a224221d1
 b62b3da]||{{{Unify key domain for PolynomialSequence_gf2.solve}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=e65a82b29f33957ea713c161ce3fcdcbf163f8a0
 e65a82b]||{{{Use reproducible representations in one more doctest}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=f39fdd3854f34eb81040771124217cc8abf673cb
 f39fdd3]||{{{Present result of one doctest in a more compact way}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/9788#comment:22>
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