Re: [sage-devel] Make a trivial spkg standard immediately

2014-06-30 Thread William Stein
On Mon, Jun 30, 2014 at 1:04 AM, Nathann Cohen wrote: > Hello everybody ! > > Here is the problem : we need in the designs code a table of 10 000 integers > available in a book. I turned this into a file. > > 1) It would be ugly to copy/paste that in the python code > 2) I created a .txt file in c

Re: [sage-devel] Make a trivial spkg standard immediately

2014-06-30 Thread Nathann Cohen
Yo ! > The reviewer strongly supports the idea of having it in standard! Yep sorry, the message could appear to imply the opposite ^^; It is just that it really takes a lot of time to add 10 000 integers in Sage -_- Nathann -- You received this message because you are subscribed to the Google

Re: [sage-devel] Make a trivial spkg standard immediately

2014-06-30 Thread Vincent Delecroix
Hello, The reviewer strongly supports the idea of having it in standard! Vincent PS: ticket number is #16541. 2014-06-30 10:04 UTC+02:00, Nathann Cohen : > Hello everybody ! > > Here is the problem : we need in the designs code a table of 10 000 > integers available in a book. I turned this int

[sage-devel] Make a trivial spkg standard immediately

2014-06-30 Thread Nathann Cohen
Hello everybody ! Here is the problem : we need in the designs code a table of 10 000 integers available in a book. I turned this into a file. 1) It would be ugly to copy/paste that in the python code 2) I created a .txt file in combinat/design/ for this data 3) Turns out that you cannot read a .