I'm fine with any of:
> [ X ] Make speaklater a standard spkg
>
> [ ] Import speaklater from sagenb
>
> [ X ] Include speaklater.py in sage without any doctests.
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-deve
On Jul 3, 2012, at 11:08 , William Stein wrote:
> On Tue, Jul 3, 2012 at 10:55 AM, David Roe wrote:
>> Hi everyone,
>> The new doctesting code (#12415) needs a change to the way Sage handles
>> temporary files, which is described at #13147. We can either
>> 1. change every use of temporary file
On Tue, Jul 3, 2012 at 10:55 AM, David Roe wrote:
> Hi everyone,
> The new doctesting code (#12415) needs a change to the way Sage handles
> temporary files, which is described at #13147. We can either
> 1. change every use of temporary files within the sage library, or
> 2. depend on the speakla