On Wednesday, December 11, 2013 2:15:43 PM UTC, Jean-Pierre Flori wrote: > > * Library code that depends on optional / third-party software uses the # >> optional - foo mechanism. >> > Sure that's fine for skipping doctests, but even for that I feel the Sage > library could get polluted if we support too many optional spkgs/third > party software, >
If the optional functionality is sufficiently obscure then we shouldn't merge the git branch. You can always keep your branch on your own github repo. Or make it into a separate python module, not under the sage.* hierarchy. You can still import sage.* into your separate module. -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/groups/opt_out.
