William, > The file misc.py has this line: > > sxrange = xsrange
Ah, yes. I should have looked at the source code. Apologies. > Any chance you could post a patch with a statement that they are > aliases added to the docs? How about: --------------------------------------------------------------------------------------------- --- misc.py.orig 2009-09-15 16:25:22.983553000 -0400 +++ misc.py 2009-09-15 16:28:47.335875000 -0400 @@ -1001,8 +1001,8 @@ .. note:: - This function is called ``xsrange`` to distinguish it from the - builtin Python ``xrange`` command. + ``sxrange`` is an alias for ``xsrange``. The ``x`` in the name is to distinguish it + from the builtin Python ``xrange`` command. EXAMPLES:: ----------------------------------------------------------------------------------------------- What I do not know how to do is to indicate that this is for the file sage-4.1.1/sage/misc/misc.py in spkg/standard/sage-4.1.1.spkg Is there a convention as to how to indicate this? Mariah --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---