This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, TFinley, mark.dickinson, rhettinger
Date 2009-01-07.21:08:50
SpamBayes Score 0.030301863
Marked as misclassified No
Message-id <1231362535.6.0.185505008141.issue4816@psf.upfronthosting.co.za>
In-reply-to
Content
Mathematica indicates for the user to define it later.  An error.

In[3]:= Permutations[{1,2},{-2}]

Permutations::nninfseq: 
   Position 2 of Permutations[{1, 2}, {-2}]
     must be All, Infinity, a non-negative integer, or a List whose 
first
     element (required) is a non-negative integer, second element 
(optional)
     is a non-negative integer or Infinity, and third element (optional) 
is a
     nonzero integer.

Out[4]= Permutations[{1, 2}, {-2}]
History
Date User Action Args
2009-01-07 21:08:56LambertDWsetrecipients: + LambertDW, rhettinger, mark.dickinson, TFinley
2009-01-07 21:08:55LambertDWsetmessageid: <1231362535.6.0.185505008141.issue4816@psf.upfronthosting.co.za>
2009-01-07 21:08:54LambertDWlinkissue4816 messages
2009-01-07 21:08:52LambertDWcreate