Re: [sage-devel] Re: Help needed with adding user packages as optional/experimental packages

2021-02-07 Thread Vincent Delecroix

Great!

Should they be removed from the wiki?
(https://wiki.sagemath.org/SageMathExternalPackages)
The list of "official" user packages are now part of the sage
documentation. We could keep the wiki for the not yet integrated
user packages.

Le 08/02/2021 à 01:49, Matthias Koeppe a écrit :

The first few user packages have been added in 9.3.beta7:
ore_algebra, sage_flatsurf, admcycles, slabbe, surface_dynamics.


On Wednesday, January 13, 2021 at 7:41:48 PM UTC-8 Matthias Koeppe wrote:


Meta-ticket https://trac.sagemath.org/ticket/31164 proposes to add user
packages, such as those listed at
https://wiki.sagemath.org/SageMathExternalPackages, to the Sage
distribution as "pip" packages. This has the following benefits:

- They will be automatically included in our reference manual and Sage
website (https://trac.sagemath.org/ticket/29655).
- We have GitHub Actions workflows in place
(tox-optional.yml, tox-experimental.yml), which will automatically try to
build the packages on each beta release. This provides continuous
integration that will allow us to catch unintended breaking changes during
the Sage development cycle.

Help is needed with this task.
- If a package listed at
https://wiki.sagemath.org/SageMathExternalPackages is outdated (does not
work with a current version of Sage), it will be helpful to add a note to
the wiki page and to notify the package authors.
- If a package seems to work with current Sage, help by creating a ticket
for the inclusion in Sage and list the ticket in meta-ticket
https://trac.sagemath.org/ticket/31164
- If a significant package is neither listed in build/pkgs/ nor in the
wiki page, please add it.










--
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/111ad07a-2079-0c5e-0e8a-30b34ff7ff30%40gmail.com.


[sage-devel] Re: Help needed with adding user packages as optional/experimental packages

2021-02-07 Thread Matthias Koeppe
The first few user packages have been added in 9.3.beta7:
ore_algebra, sage_flatsurf, admcycles, slabbe, surface_dynamics.


On Wednesday, January 13, 2021 at 7:41:48 PM UTC-8 Matthias Koeppe wrote:

> Meta-ticket https://trac.sagemath.org/ticket/31164 proposes to add user 
> packages, such as those listed at  
> https://wiki.sagemath.org/SageMathExternalPackages, to the Sage 
> distribution as "pip" packages. This has the following benefits:
>
>- They will be automatically included in our reference manual and Sage 
>website (https://trac.sagemath.org/ticket/29655).
>- We have GitHub Actions workflows in place 
>(tox-optional.yml, tox-experimental.yml), which will automatically try to 
>build the packages on each beta release. This provides continuous 
>integration that will allow us to catch unintended breaking changes during 
>the Sage development cycle.
>
> Help is needed with this task. 
> - If a package listed at 
> https://wiki.sagemath.org/SageMathExternalPackages is outdated (does not 
> work with a current version of Sage), it will be helpful to add a note to 
> the wiki page and to notify the package authors.
> - If a package seems to work with current Sage, help by creating a ticket 
> for the inclusion in Sage and list the ticket in meta-ticket 
> https://trac.sagemath.org/ticket/31164
> - If a significant package is neither listed in build/pkgs/ nor in the 
> wiki page, please add it. 
>
>
>
>
>
>

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/88ba0229-2e6f-4a04-a955-157248c5f90bn%40googlegroups.com.


Re: [sage-devel] Re: sorting output dicts in doctests

2021-02-07 Thread 'Travis Scrimshaw' via sage-devel
Hi John,

>
> Travis, this relates to ticket #3 which I should be uploading code for 
> today, so there is nothing to see there yet.  The output to one function 
> will be a pair, True/False and a dict, so this fits with what you said.  
> What I will do is assign the two parts to variables and display each 
> separately.  I prefer that to the second suggestion, though that would 
> certainly work too.
>

In this case, it might also be good to instead (or also) verify the 
certificate through tests. That way to get to further illustrate your code 
and it is a less brittle doctest.

Best,
Travis


> John
>
> On Thursday, February 4, 2021 at 11:49:49 PM UTC hel...@potuz.net wrote:
>
>> In addition to that I've been using the idiom
>>
>> MyOutput == {this : dict}
>> True
>>
>> And that works for tests and renders well on documents
>>
>> R
>>
>>
>> On February 4, 2021 8:34:36 PM GMT-03:00, 'Travis Scrimshaw' via 
>> sage-devel  wrote:
>>>
>>> Hi John,
>>> IIRC, a dict has its keys automatically sorted in the output. 
>>> However, if the dict is inside of another object, then no sorting is done. 
>>> So if it is a simple dict with a total ordering on the keys, then you can 
>>> simply put the output. You can also run sorted() on the items if they dicts 
>>> are inside of other objects. Otherwise you might be better off testing the 
>>> individual aspects you want, such as specific values are correct. Could you 
>>> point to which ticket and/or test you want?
>>>
>>> Best,
>>> Travis
>>>
>>>
>>> On Friday, February 5, 2021 at 3:06:52 AM UTC+10 john.c...@gmail.com 
>>> wrote:
>>>
 Can someone remind me the preferred way to get doctests to pass when 
 the output -- which we do want to include in the docstring -- includes 
 a dict whose keys come out in random order? 

 John 

>>>
>> -- 
>> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>>
>

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/f27b35cf-66f7-48d9-a9bc-e1fd486556afn%40googlegroups.com.


Re: [sage-devel] Re: Problems with 9.3.beta6 + OS X Big Sur

2021-02-07 Thread Matthias Koeppe
Please try the current branch on https://trac.sagemath.org/ticket/31344, we 
have added another fix.

On Sunday, February 7, 2021 at 6:11:55 AM UTC-8 dwb...@gmail.com wrote:

>
> Even after applying the fix in #31344 I still get a similar crash building 
> the documentation. I am attaching my dochtml.log.
>
> Daniel Bump
> On Friday, February 5, 2021 at 11:24:59 AM UTC-8 Matthias Koeppe wrote:
>
>> Fixed in https://trac.sagemath.org/ticket/31344
>>
>> On Thursday, February 4, 2021 at 4:30:45 AM UTC-8 Dima Pasechnik wrote:
>>
>>> Probably https://bugs.python.org/issue19733 is still relevant? 
>>> Note messages 
>>>
>>> test_image (tkinter.test.test_ttk.test_widgets.ButtonTest) ... skipped 
>>> 'crashes with Cocoa Tk (issue19733)' 
>>>
>>> one gets by running 
>>>
>>> python3 runtktests.py 
>>>
>>> Even though 19733 was closed, it's not clear whether they tested on 
>>> macOS 11. 
>>>
>>>
>>> in 
>>> /usr/local/Cellar/python@3.9/3.9.1_7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/test/
>>>  
>>>
>>>
>>> On Thu, Feb 4, 2021 at 4:32 AM Zachary Scherr  wrote: 
>>> > 
>>> > I found something possibly relevant at 
>>> > 
>>> > https://bugs.python.org/issue42691 
>>> > 
>>> > although there the complaint was that Homebrew built python against 
>>> system tcl and the suggestion was that Homebrew use its own tcl-tk. It 
>>> seems that Homebrew is correctly using its own tcl-tk 
>>> > since the line 
>>> > 
>>> > 5 libtcl8.6.dylib 0x00032998c72e AtForkPrepare + 38 
>>> > 
>>> > says that python is using tcl 8.6 and system tcl is 8.5. No idea 
>>> what's going on, but it might be good to try to produce a minimal 
>>> reproducible example to show to the python/tcl people. 
>>> > On Wednesday, February 3, 2021 at 12:11:54 PM UTC-5 dim...@gmail.com 
>>> wrote: 
>>> >> 
>>> >> 
>>> >> 
>>> >> On Wed, 3 Feb 2021, 17:03 John H Palmieri,  
>>> wrote: 
>>> >>> 
>>> >>> Right, thank you. Python 3.9 builds successfully. 
>>> >>> 
>>> >>> On Monday, February 1, 2021 at 7:14:29 PM UTC-8 zsc...@gmail.com 
>>> wrote: 
>>>  
>>>  For the --with-system-python3=no, I don't know what the problem is 
>>> but I think it was fixed by upgrading to python 3.9 in 
>>> https://trac.sagemath.org/ticket/30589 
>>>  
>>>  On Monday, February 1, 2021 at 9:45:37 PM UTC-5 John H Palmieri 
>>> wrote: 
>>> > 
>>> > On OS X Big Sur (intel), as of the most recent Xcode and homebrew, 
>>> I am currently unable to build Sage with either homebrew's Python or with 
>>> `./configure --with-system-python3=no`. 
>>> > 
>>> > - With homebrew's Python, actually Sage builds but the 
>>> documentation does not (similar problems on both Big Sur and Catalina), 
>>> ending with 
>>> >> 
>>> >> 
>>> >> yes, I see this too. (with latest Homebrew python 3.9.) 
>>> >> 
>>> >> What exactly is broken there? 
>>> >> 
>>> >> 
>>> > 
>>> > 
>>> > 
>>>  
>>> > 0 signals.cpython-39-darwin.so 0x00010cd40542 print_backtrace 
>>> + 66 
>>> > 1 signals.cpython-39-darwin.so 0x00010cd44167 sigdie + 39 
>>> > 2 signals.cpython-39-darwin.so 0x00010cd4406a 
>>> cysigs_signal_handler + 282 
>>> > 3 libsystem_platform.dylib 0x7fff203bcd7d _sigtramp + 29 
>>> > 4 ??? 0x003f 0x0 + 63 
>>> > 5 libtcl8.6.dylib 0x00032998c72e AtForkPrepare + 38 
>>> > 6 libsystem_pthread.dylib 0x7fff203781a3 
>>> _pthread_atfork_prepare_handlers + 90 
>>> > 7 libSystem.B.dylib 0x7fff2a575934 libSystem_atfork_prepare + 
>>> 11 
>>> > 8 libsystem_c.dylib 0x7fff2025bb1b fork + 12 
>>> > 9 _posixsubprocess.cpython-39-darwin. 0x00010b63db89 
>>> subprocess_fork_exec + 1573 
>>> > 10 Python 0x00010af10904 cfunction_call + 127 
>>> > 11 Python 0x00010aedffa3 _PyObject_MakeTpCall + 266 
>>> > 12 Python 0x00010af88027 call_function + 455 
>>> > ... 
>>> > 157 Python 0x00010afcf10f Py_BytesMain + 42 
>>> > 158 libdyld.dylib 0x7fff20393621 start + 1 
>>> > 
>>>  
>>> > Unhandled SIGILL: An illegal instruction occurred. 
>>> > This probably occurred because a *compiled* module has a bug 
>>> > in it and is not properly wrapped with sig_on(), sig_off(). 
>>> > Python will now terminate. 
>>> > 
>>>  
>>> > ... 
>>> > File 
>>> "/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.3.beta6/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
>>>  
>>> line 221, in reap_workers 
>>> > w = bring_out_yer_dead(w, task, exitcode) 
>>> > File 
>>> "/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.3.beta6/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
>>>  
>>> line 157, in bring_out_yer_dead 
>>> > raise WorkerDiedException( 
>>> > 

Re: [sage-devel] lrcalc 2.0

2021-02-07 Thread Thierry
Hi,

On Sun, Feb 07, 2021 at 03:25:12PM +0100, Thierry Thomas wrote:
> Hello,
> 
> lrcalc has been upgraded to 2.0: see
> 

Here is a ticket for the upgrade: https://trac.sagemath.org/ticket/31355

> Is it expected that Sage 9.3 support it, or is it safer to keep
> lrcalc-1.3?

It depends on whether it is ready on time. The API changed, hence the
Sage interface has to be updated.

Any help welcome.

Ciao,
Thierry


> Regards.
> -- 
> Th. Thomas.
> 
> -- 
> 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 sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/YB/4SLEBr7jt33uD%40graf.pompo.net.


-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/20210207192331.y5hhvwuc23qwcy4m%40metelu.net.


Re: [sage-devel] Re: sorting output dicts in doctests

2021-02-07 Thread Samuel Lelievre
Another option might be to use an OrderedDict.

If I understand correctly, this becomes unnecessary
in Python >= 3.7 where dict behaves like OrderedDict.

If I understand correctly, Sage 9.3 will still support
Python 3.6 but Sage 9.4 probably won't, after

- Sage Trac ticket 30551
  Drop Python 3.6 support
  https://trac.sagemath.org/ticket/30551


-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/4d890d28-cf4b-41ef-97b6-9130a68a78a8n%40googlegroups.com.


[sage-devel] Re: [GSoC Mentors Announce] Now Accepting GSoC 2021 Mentoring Organization Applications until Feb 19

2021-02-07 Thread Harald Schilly
Hi, a word from my side: I would really like to stop being admin as well 
and hope someone else can take over. I'm the one writing the application 
each year and I could this time around, but in general I want to focus on 
other things after all those years.

Despite that, looks like there are only two mentors. Feels like this is 
below the threshold where it makes sense to pursue this? Maybe we should 
pass this year and re-evaluate for the next one?

-- Harald



-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/785fc2f6-05fe-4834-a5e4-a6c2f801734bn%40googlegroups.com.


[sage-devel] lrcalc 2.0

2021-02-07 Thread Thierry Thomas
Hello,

lrcalc has been upgraded to 2.0: see


Is it expected that Sage 9.3 support it, or is it safer to keep
lrcalc-1.3?

Regards.
-- 
Th. Thomas.

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/YB/4SLEBr7jt33uD%40graf.pompo.net.


signature.asc
Description: PGP signature


Re: [sage-devel] Re: Problems with 9.3.beta6 + OS X Big Sur

2021-02-07 Thread dwb...@gmail.com

Even after applying the fix in #31344 I still get a similar crash building 
the documentation. I am attaching my dochtml.log.

Daniel Bump
On Friday, February 5, 2021 at 11:24:59 AM UTC-8 Matthias Koeppe wrote:

> Fixed in https://trac.sagemath.org/ticket/31344
>
> On Thursday, February 4, 2021 at 4:30:45 AM UTC-8 Dima Pasechnik wrote:
>
>> Probably https://bugs.python.org/issue19733 is still relevant?
>> Note messages
>>
>> test_image (tkinter.test.test_ttk.test_widgets.ButtonTest) ... skipped
>> 'crashes with Cocoa Tk (issue19733)'
>>
>> one gets by running
>>
>> python3 runtktests.py
>>
>> Even though 19733 was closed, it's not clear whether they tested on macOS 
>> 11.
>>
>>
>> in
>>
>> /usr/local/Cellar/python@3.9/3.9.1_7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/test/
>>
>> On Thu, Feb 4, 2021 at 4:32 AM Zachary Scherr  wrote:
>> >
>> > I found something possibly relevant at
>> >
>> > https://bugs.python.org/issue42691
>> >
>> > although there the complaint was that Homebrew built python against 
>> system tcl and the suggestion was that Homebrew use its own tcl-tk. It 
>> seems that Homebrew is correctly using its own tcl-tk
>> > since the line
>> >
>> > 5 libtcl8.6.dylib 0x00032998c72e AtForkPrepare + 38
>> >
>> > says that python is using tcl 8.6 and system tcl is 8.5. No idea what's 
>> going on, but it might be good to try to produce a minimal reproducible 
>> example to show to the python/tcl people.
>> > On Wednesday, February 3, 2021 at 12:11:54 PM UTC-5 dim...@gmail.com 
>> wrote:
>> >>
>> >>
>> >>
>> >> On Wed, 3 Feb 2021, 17:03 John H Palmieri,  
>> wrote:
>> >>>
>> >>> Right, thank you. Python 3.9 builds successfully.
>> >>>
>> >>> On Monday, February 1, 2021 at 7:14:29 PM UTC-8 zsc...@gmail.com 
>> wrote:
>> 
>>  For the --with-system-python3=no, I don't know what the problem is 
>> but I think it was fixed by upgrading to python 3.9 in 
>> https://trac.sagemath.org/ticket/30589
>> 
>>  On Monday, February 1, 2021 at 9:45:37 PM UTC-5 John H Palmieri 
>> wrote:
>> >
>> > On OS X Big Sur (intel), as of the most recent Xcode and homebrew, 
>> I am currently unable to build Sage with either homebrew's Python or with 
>> `./configure --with-system-python3=no`.
>> >
>> > - With homebrew's Python, actually Sage builds but the 
>> documentation does not (similar problems on both Big Sur and Catalina), 
>> ending with
>> >>
>> >>
>> >> yes, I see this too. (with latest Homebrew python 3.9.)
>> >>
>> >> What exactly is broken there?
>> >>
>> >>
>> >
>> >
>> > 
>> 
>> > 0 signals.cpython-39-darwin.so 0x00010cd40542 print_backtrace 
>> + 66
>> > 1 signals.cpython-39-darwin.so 0x00010cd44167 sigdie + 39
>> > 2 signals.cpython-39-darwin.so 0x00010cd4406a 
>> cysigs_signal_handler + 282
>> > 3 libsystem_platform.dylib 0x7fff203bcd7d _sigtramp + 29
>> > 4 ??? 0x003f 0x0 + 63
>> > 5 libtcl8.6.dylib 0x00032998c72e AtForkPrepare + 38
>> > 6 libsystem_pthread.dylib 0x7fff203781a3 
>> _pthread_atfork_prepare_handlers + 90
>> > 7 libSystem.B.dylib 0x7fff2a575934 libSystem_atfork_prepare + 11
>> > 8 libsystem_c.dylib 0x7fff2025bb1b fork + 12
>> > 9 _posixsubprocess.cpython-39-darwin. 0x00010b63db89 
>> subprocess_fork_exec + 1573
>> > 10 Python 0x00010af10904 cfunction_call + 127
>> > 11 Python 0x00010aedffa3 _PyObject_MakeTpCall + 266
>> > 12 Python 0x00010af88027 call_function + 455
>> > ...
>> > 157 Python 0x00010afcf10f Py_BytesMain + 42
>> > 158 libdyld.dylib 0x7fff20393621 start + 1
>> > 
>> 
>> > Unhandled SIGILL: An illegal instruction occurred.
>> > This probably occurred because a *compiled* module has a bug
>> > in it and is not properly wrapped with sig_on(), sig_off().
>> > Python will now terminate.
>> > 
>> 
>> > ...
>> > File 
>> "/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.3.beta6/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
>>  
>> line 221, in reap_workers
>> > w = bring_out_yer_dead(w, task, exitcode)
>> > File 
>> "/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.3.beta6/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
>>  
>> line 157, in bring_out_yer_dead
>> > raise WorkerDiedException(
>> > sage_setup.docbuild.utils.WorkerDiedException: worker for 
>> ('reference/misc', 'en', 'html', {}) died with non-zero exit code -4
>> >
>> > - With `./configure --with-system-python3=no`, Python fails to 
>> build (on Big Sur only; it succeeds on Catalina), saying
>> >
>> > ModuleNotFoundError: No module named 'readline'
>> >
>> > and
>> >
>> > 

Re: [sage-devel] Re: [GSoC Mentors Announce] Now Accepting GSoC 2021 Mentoring Organization Applications until Feb 19

2021-02-07 Thread David Coudert
I'll be happy to mentor a good student, but would prefer not to be admin.
I already have a huge load of administrative work daily and would 
appreciate not to have extra.

Le jeudi 4 février 2021 à 15:21:06 UTC+1, dim...@gmail.com a écrit :

> On Thu, Feb 4, 2021 at 3:32 AM 'Travis Scrimshaw' via sage-devel
>  wrote:
> >
> > I am happy to mentor, but I am not sure I could take on being an admin 
> this year (next year I could though).
>
> admin is much less work than mentoring, I think.
>
> >
> > Best,
> > Travis
> >
> >
> > On Tuesday, February 2, 2021 at 7:54:01 PM UTC+10 dim...@gmail.com 
> wrote:
> >>
> >> Dear all,
> >>
> >> we are looking for projects and mentors for GSoC 2021.
> >>
> >> Myself, I'll pass this year, though.
> >> This means we need at least one more admin.
> >>
> >> Dima
> >>
> >> -- Forwarded message -
> >> From: 'Stephanie Taylor' via Google Summer of Code Mentors Announce
> >> List 
> >> Date: Tue, Feb 2, 2021 at 7:28 AM
> >> Subject: [GSoC Mentors Announce] Now Accepting GSoC 2021 Mentoring
> >> Organization Applications until Feb 19
> >> To: Google Summer of Code Mentors Announce List
> >> 
> >>
> >>
> >> Hi all,
> >>
> >> Org admins can submit their org's application to be a mentoring
> >> organization for GSoC 2021 at g.co/gsoc from today until Feb 19 at
> >> 1900UTC.
> >>
> >> Please remember for the 2021 GSoC program all projects students will
> >> be working on for the summer should be ~175 hr projects. Please adjust
> >> your Project Ideas as needed. Having a thorough and well thought out
> >> list of Project Ideas is the most important part of your application.
> >> Making sure you having enough mentors excited to mentor student
> >> projects and that are ready to commit to mentoring over the summer is
> >> very important.
> >>
> >> Please encourage other open source orgs to apply -- if you know of
> >> other open source projects that may be interested in applying to GSoC
> >> as a first time org please remind them to check out the available
> >> resources below and have them put your org (or you) down as a
> >> reference.
> >>
> >> Resources:
> >>
> >> Mentor Guide
> >>
> >> Timeline
> >>
> >> FAQs
> >>
> >> Roles and Responsibilities
> >>
> >> Marketing Materials (slide deck, flyers)
> >>
> >> Videos
> >>
> >> If you have any questions please email me at gsoc-s...@google.com
> >>
> >> Best,
> >>
> >> Stephanie Taylor
> >>
> >> GSoC Program Lead
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Google Summer of Code Mentors Announce List" group.
> >> To unsubscribe from this group and stop receiving emails from it, send
> >> an email to gsoc-mentors-ann...@googlegroups.com.
> >> To view this discussion on the web visit
> >> 
> https://groups.google.com/d/msgid/gsoc-mentors-announce/87b37bc9-4ec0-4e30-a31e-1f47030902d0n%40googlegroups.com
> .
> >
> > --
> > 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 sage-devel+...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/bf3ef307-c107-400d-aac2-dcbed2c6ef3en%40googlegroups.com
> .
>

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/0dd1fd81-a081-4300-9bca-97b0ce759d41n%40googlegroups.com.